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:
parent
fc4cd0484b
commit
1eebbabe83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user