Skip to content

Commit 9e8e832

Browse files
Update modesp32.c
Signed-off-by: Vincent1-python <pywei201209@163.com>
1 parent e6eaa4d commit 9e8e832

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/esp32/modesp32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ static const mp_rom_map_elem_t esp32_module_globals_table[] = {
284284
#if SOC_ULP_SUPPORTED
285285
{ MP_ROM_QSTR(MP_QSTR_wake_on_ulp), MP_ROM_PTR(&esp32_wake_on_ulp_obj) },
286286
#endif
287-
#if SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP && !SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP
287+
#if SOC_GPIO_SUPPORT_HOLD_IO_IN_DSLP && !SOC_GPIO_SUPPORT_HOLD_SINGLE_IO_IN_DSLP //P4 does not support
288288
{ MP_ROM_QSTR(MP_QSTR_gpio_deep_sleep_hold), MP_ROM_PTR(&esp32_gpio_deep_sleep_hold_obj) },
289289
#endif
290290
#if CONFIG_IDF_TARGET_ESP32

0 commit comments

Comments
 (0)