Skip to content

Commit b105677

Browse files
committed
esp32/machine_pin: Rename legacy CONFIG_ESP32_SPIRAM_SUPPORT option.
Signed-off-by: Damien George <damien@micropython.org>
1 parent e52916d commit b105677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/esp32/machine_pin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define MICROPY_HW_ENABLE_GPIO13 (1)
5050
#define MICROPY_HW_ENABLE_GPIO14 (1)
5151
#define MICROPY_HW_ENABLE_GPIO15 (1)
52-
#if !CONFIG_ESP32_SPIRAM_SUPPORT
52+
#if !CONFIG_SPIRAM
5353
#define MICROPY_HW_ENABLE_GPIO16 (1)
5454
#define MICROPY_HW_ENABLE_GPIO17 (1)
5555
#endif

0 commit comments

Comments
 (0)