Optimization of RP2040 C/C++SDK combined with FreeRTOS

This commit is contained in:
2024-06-04 15:45:40 +08:00
parent 92c0ee6bd8
commit 16014ec70b
10 changed files with 267 additions and 11 deletions

View File

@@ -110,6 +110,7 @@ void CH4(void *pvParameters)
ZC13("ZC05");
//_printTaskStackHighWaterMark("ZC13");
vTaskDelay(pdMS_TO_TICKS(3000)); // 非阻塞延时
watchdog_update(); // 喂狗
vTaskDelay(pdMS_TO_TICKS(3000)); // 非阻塞延时
}
}