This commit is contained in:
nyym 2023-06-26 17:58:57 +08:00
commit b7873d544d
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!12345 \n");
printf("Hello, world!!!!!! \n");
FrameworkInit();
#ifdef APPLICATION_OTA
ApplicationOtaTaskInit();