mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-08 19:11:54 +01:00
bootloader: fixed super watchdog not enabled issue on C3, S3, H4
This commit is contained in:
@@ -314,7 +314,7 @@ static void bootloader_super_wdt_auto_feed(void)
|
||||
|
||||
static inline void bootloader_ana_reset_config(void)
|
||||
{
|
||||
//Enable WDT, BOR, and GLITCH reset
|
||||
//Enable WDT, BOD, and GLITCH reset
|
||||
bootloader_ana_super_wdt_reset_config(true);
|
||||
bootloader_ana_bod_reset_config(true);
|
||||
bootloader_ana_clock_glitch_reset_config(true);
|
||||
|
||||
Reference in New Issue
Block a user