准备更新EVT
This commit is contained in:
parent
828b44ec21
commit
28eeb4d4f2
|
@ -145,7 +145,7 @@ void app_task_handler(TeAppEvtType app_evt_type)
|
||||||
// tmos_set_event(led_task_id, LED_SHOW_START_EVT);
|
// tmos_set_event(led_task_id, LED_SHOW_START_EVT);
|
||||||
BSP_BlockSleep();
|
BSP_BlockSleep();
|
||||||
BSP_RequestBoost();
|
BSP_RequestBoost();
|
||||||
DelayMs(1);
|
DelayMs(1);;
|
||||||
ShowLed();
|
ShowLed();
|
||||||
// tmos_stop_task(led_task_id, LED_SHOW_ONCE_EVT);
|
// tmos_stop_task(led_task_id, LED_SHOW_ONCE_EVT);
|
||||||
// tmos_start_task(led_task_id, LED_SHOW_ONCE_EVT, 1000);
|
// tmos_start_task(led_task_id, LED_SHOW_ONCE_EVT, 1000);
|
||||||
|
|
Loading…
Reference in New Issue