Skip to content
Snippets Groups Projects
Commit 20af857f authored by Damien George's avatar Damien George
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment