mimxrt/boards: Fix naming of SD-card config option.
Commit 552b0bbe12a1e8a015d287e31f9cc615afa0a3b2 did not define MICROPY_PY_MACHINE_SDCARD properly, and thus building the firmware failed. Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
parent
abb44694d8
commit
51ca23e463
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user