mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-28 16:46:31 +03:00
Merge branch 'bugfix/esp_idf_s2_rtc_wdt_mistakenly_enabled' into 'master'
Bugfix/esp idf s2 rtc wdt mistakenly enabled See merge request espressif/esp-idf!48582
This commit is contained in:
@@ -642,7 +642,7 @@ typedef struct {
|
||||
#define RTC_SLEEP_NO_ULTRA_LOW BIT(18) //!< Avoid using ultra low power in deep sleep, in which RTCIO cannot be used as input, and RTCMEM can't work under high temperature
|
||||
#define RTC_SLEEP_XTAL_AS_RTC_FAST BIT(19)
|
||||
#define RTC_SLEEP_FLASH_DPD BIT(20)
|
||||
#define RTC_SLEEP_USE_RTC_WDT BIT(20)
|
||||
#define RTC_SLEEP_USE_RTC_WDT BIT(21)
|
||||
|
||||
/**
|
||||
* Default initializer for rtc_sleep_config_t
|
||||
|
||||
Reference in New Issue
Block a user