add fal wdt tmr

This commit is contained in:
wmano
2025-08-27 23:16:25 +08:00
parent f9e7fa9956
commit fa4d12b6e0
20 changed files with 1059 additions and 804 deletions
+3 -1
View File
@@ -6,6 +6,7 @@
#include "shell.h"
#include "main.h"
#include "chrg_wdt.h"
void show_app_version (void)
{
@@ -25,7 +26,8 @@ int main(void)
#endif
while (1) {
rt_thread_mdelay(500);
rt_thread_mdelay(1000);
chrg_wdt_feed();
}
}