1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/filesystem: disable auto-mount

This commit is contained in:
Benjamin Valentin 2022-02-03 15:43:42 +01:00
parent fc4cd0484b
commit 1eebbabe83

View File

@ -30,6 +30,8 @@ USEMODULE += mtd
# Use VFS
USEMODULE += vfs
# the example demonstrates manual file system mounting, disable auto-mount
DISABLE_MODULE += vfs_auto_mount
# Use a file system
# USEMODULE += littlefs