测试提交

This commit is contained in:
windyyuan 2023-09-13 14:59:25 +08:00
parent 670f2a4630
commit 0aa90c12f4
1 changed files with 1 additions and 1 deletions

View File

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