Commit 20af857f authored by Damien George's avatar Damien George

nrf/boards/ARDUINO_NANO_33_BLE_SENSE: Don't enable MICROPY_MBFS.

This board has MICROPY_VFS enabled, which should take precedence over
MICROPY_MBFS (and did prior to 22d9116c).
Signed-off-by: default avatarDamien George <damien@micropython.org>
parent d422b68d
......@@ -7,8 +7,6 @@
#define MICROPY_HW_BOARD_NAME "Arduino Nano 33 BLE Sense"
#define MICROPY_HW_MCU_NAME "NRF52840"
#define MICROPY_MBFS (1)
#define MICROPY_BOARD_EARLY_INIT NANO33_board_early_init
#define MICROPY_BOARD_DEINIT NANO33_board_deinit
#define MICROPY_BOARD_ENTER_BOOTLOADER(nargs, args) NANO33_board_enter_bootloader()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment