mimxrt/boards: Fix naming of SD-card config option.

Commit 552b0bbe12 did not define
MICROPY_PY_MACHINE_SDCARD properly, and thus building the firmware failed.

Signed-off-by: robert-hh <robert@hammelrath.com>
pull/12554/head
robert-hh 2023-09-30 08:17:33 +02:00 zatwierdzone przez Damien George
rodzic abb44694d8
commit 51ca23e463
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -7,7 +7,7 @@
#define MICROPY_HW_LED_OFF(pin) (mp_hal_pin_low(pin))
#define MICROPY_HW_NUM_PIN_IRQS (2 * 32)
#define MICROPY_HW_ENABLE_SDCARD (0)
#define MICROPY_PY_MACHINE_SDCARD (0)
// Define mapping logical UART # to hardware UART #
// LPUART1 on USB_DBG -> 0

Wyświetl plik

@ -7,7 +7,7 @@
#define MICROPY_HW_LED_OFF(pin) (mp_hal_pin_low(pin))
#define MICROPY_HW_NUM_PIN_IRQS (2 * 32)
#define MICROPY_HW_ENABLE_SDCARD (0)
#define MICROPY_PY_MACHINE_SDCARD (0)
// Define mapping logical UART # to hardware UART #
// LPUART1 on USB_DBG -> 0