初步完成了功能测试

This commit is contained in:
windyyuan 2023-09-13 21:28:22 +08:00
parent 0aa90c12f4
commit 60dbc5529d
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,24 @@
/*
* Copyright (c) 2020 AIIT XUOS Lab
* XiUOS is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
* http://license.coscl.org.cn/MulanPSL2
* THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
* EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
* MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
* See the Mulan PSL v2 for more details.
*/
/**
* @file: test_lcd.c
* @brief: LoRa connect A of B
* @version: 0.1
* @author: Diona_
* @date: 2023/09/13
*/
//#define PRIV_SHELL_CMD_FUNCTION(_func, _desc, _attr) SHELL_EXPORT_CMD(_attr, _func, _func, _desc)
//#include <stdio.h>
//#include <string.h>
//#include <transform.h>

View File

@ -19,7 +19,7 @@ extern int FrameworkInit();
extern void ApplicationOtaTaskInit(void);
int main(void)
{
printf("Hello, world! \nTEST 2023 09 13\n431\n");
printf("Hello, world!");
FrameworkInit();
#ifdef APPLICATION_OTA
ApplicationOtaTaskInit();