From 28eeb4d4f2d4eb647454da642f34d3ae6d6f695b Mon Sep 17 00:00:00 2001 From: stark1898y <1658608470@qq.com> Date: Tue, 8 Apr 2025 16:31:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=86=E5=A4=87=E6=9B=B4=E6=96=B0EVT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP/peripheral_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APP/peripheral_main.c b/APP/peripheral_main.c index 51bf7ed..5e661f0 100644 --- a/APP/peripheral_main.c +++ b/APP/peripheral_main.c @@ -145,7 +145,7 @@ void app_task_handler(TeAppEvtType app_evt_type) // tmos_set_event(led_task_id, LED_SHOW_START_EVT); BSP_BlockSleep(); BSP_RequestBoost(); - DelayMs(1); + DelayMs(1);; ShowLed(); // tmos_stop_task(led_task_id, LED_SHOW_ONCE_EVT); // tmos_start_task(led_task_id, LED_SHOW_ONCE_EVT, 1000);