update example sensor_e53_ia1_e2e_demo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user