mirror of
https://github.com/micropython/micropython.git
synced 2026-01-18 09:57:18 +01:00
esp32/machine_pin: Rename legacy CONFIG_ESP32_SPIRAM_SUPPORT option.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#define MICROPY_HW_ENABLE_GPIO13 (1)
|
||||
#define MICROPY_HW_ENABLE_GPIO14 (1)
|
||||
#define MICROPY_HW_ENABLE_GPIO15 (1)
|
||||
#if !CONFIG_ESP32_SPIRAM_SUPPORT
|
||||
#if !CONFIG_SPIRAM
|
||||
#define MICROPY_HW_ENABLE_GPIO16 (1)
|
||||
#define MICROPY_HW_ENABLE_GPIO17 (1)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user