update example sensor_e53_ia1_e2e_demo

This commit is contained in:
royye 2019-12-20 11:22:14 +08:00
parent a9e1ee1de1
commit 5c4a1abbe2
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ void helloworld(void *arg)
osThreadDef(helloworld, osPriorityNormal, 1, TASK2_STK_SIZE);
void application_entry(void *arg) {
osThreadCreate(osThread(helloworld), NULL);
osThreadCreate(osThread(qcloud_agent), NULL);
}
/*