Merge pull request #235 from DavidLin1577/patch-19

Update hello_world.c
This commit is contained in:
Supowang 2020-10-14 22:08:28 +08:00 committed by GitHub
commit 1124ee538f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void task1(void *arg)
#if TOS_CFG_TASK_DYNAMIC_CREATE_EN > 0u
if (count++ == 3) {
printf("###I am task1, kill the dynamic created task\r\n");
printf("###I am task1, kill the task3(dynamic created)\r\n");
osThreadTerminate(task_dyn_created);
}
#endif