mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 13:27:36 +00:00
change(esp_hw_support): improve gpio deepsleep wakeup configuration code
This commit is contained in:
@@ -147,7 +147,7 @@ extern "C" {
|
||||
|
||||
#define EXT_OSC_SLOW_GPIO_NUM 0
|
||||
|
||||
#define MAX_RTC_GPIO_NUM 8
|
||||
#define MAX_RTC_GPIO_NUM 7
|
||||
#define MAX_PAD_GPIO_NUM 26
|
||||
#define MAX_GPIO_NUM 30
|
||||
#define DIG_IO_HOLD_BIT_SHIFT 32
|
||||
|
@@ -144,7 +144,7 @@ extern "C" {
|
||||
|
||||
#define EXT_OSC_SLOW_GPIO_NUM 0
|
||||
|
||||
#define MAX_RTC_GPIO_NUM 8
|
||||
#define MAX_RTC_GPIO_NUM 7
|
||||
#define MAX_PAD_GPIO_NUM 28
|
||||
#define MAX_GPIO_NUM 32
|
||||
#define DIG_IO_HOLD_BIT_SHIFT 32
|
||||
|
Reference in New Issue
Block a user