bootloader: fixed super watchdog not enabled issue on C3, S3, H4

This commit is contained in:
Xiao Xufeng
2023-03-07 11:13:18 +08:00
parent 8a926c5b37
commit d586a8aa13
7 changed files with 14 additions and 14 deletions

View File

@@ -3571,7 +3571,7 @@ ork.*/
#define RTC_CNTL_FIB_SEL_S 0
#define RTC_CNTL_FIB_GLITCH_RST BIT(0)
#define RTC_CNTL_FIB_BOR_RST BIT(1)
#define RTC_CNTL_FIB_BOD_RST BIT(1)
#define RTC_CNTL_FIB_SUPER_WDT_RST BIT(2)
#define RTC_CNTL_TOUCH_DAC_REG (DR_REG_RTCCNTL_BASE + 0x14C)