update example sensor_e53_ia1_e2e_demo
This commit is contained in:
parent
a9e1ee1de1
commit
5c4a1abbe2
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue