test_function

This commit is contained in:
zhanghan 2023-10-09 15:06:59 +08:00
parent a80dcc69c7
commit 94077a8ecd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ extern int FrameworkInit();
extern void ApplicationOtaTaskInit(void);
int main(void)
{
printf("Hello, world! \n");
printf("Hello, world! hello man \n");
FrameworkInit();
#ifdef APPLICATION_OTA
ApplicationOtaTaskInit();