mirror of
https://git.aixiao.me/aixiao/Danger-alarm.git
synced 2025-07-29 19:13:39 +08:00
Optimization of RP2040 C/C++SDK combined with FreeRTOS
This commit is contained in:
@@ -110,6 +110,7 @@ void CH4(void *pvParameters)
|
||||
|
||||
ZC13("ZC05");
|
||||
//_printTaskStackHighWaterMark("ZC13");
|
||||
vTaskDelay(pdMS_TO_TICKS(3000)); // 非阻塞延时
|
||||
watchdog_update(); // 喂狗
|
||||
vTaskDelay(pdMS_TO_TICKS(3000)); // 非阻塞延时
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user