Skip to content

Commit 3087dc4

Browse files
committed
zephyr: Turn off CONFIG_DISK_ACCESS for the XIAO BLE board.
Signed-off-by: Ned Konz <ned@metamagix.tech>
1 parent 469d4f0 commit 3087dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/zephyr/boards/xiao_ble_nrf52840_sense.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ CONFIG_FLASH_PAGE_LAYOUT=y
3838
CONFIG_FILE_SYSTEM=y
3939
CONFIG_FILE_SYSTEM_LITTLEFS=y
4040

41-
CONFIG_DISK_ACCESS=y
41+
CONFIG_DISK_ACCESS=n
4242

4343
# Enable MicroPython's VFS and mount a littlefs filesystem on boot
4444
CONFIG_MICROPY_VFS_LFS2=y

0 commit comments

Comments
 (0)