Set ESP32 watchdog to loop task (#2846)

This commit is contained in:
Oxan van Leeuwen
2021-12-01 21:05:42 +01:00
committed by GitHub
parent 607601b3a4
commit 54106179a1
6 changed files with 35 additions and 15 deletions
+1
View File
@@ -39,6 +39,7 @@ uint32_t micros();
void delay(uint32_t ms);
void delayMicroseconds(uint32_t us); // NOLINT(readability-identifier-naming)
void __attribute__((noreturn)) arch_restart();
void arch_init();
void arch_feed_wdt();
uint32_t arch_get_cpu_cycle_count();
uint32_t arch_get_cpu_freq_hz();