mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/filesystem: default to littlefs2
The upstream version of littlefs is what we call littlefs2. 'littlefs' is kept for legacy compatibility, but is not actively developed upstream. So make littlefs2 the default for the filesystem example.
This commit is contained in:
parent
f69c0f9758
commit
412f4e5234
@ -32,8 +32,8 @@ USEMODULE += mtd
|
||||
USEMODULE += vfs
|
||||
|
||||
# Use a file system
|
||||
USEMODULE += littlefs
|
||||
# USEMODULE += littlefs2
|
||||
# USEMODULE += littlefs
|
||||
USEMODULE += littlefs2
|
||||
# USEMODULE += spiffs
|
||||
# USEMODULE += fatfs_vfs
|
||||
USEMODULE += constfs
|
||||
|
Loading…
Reference in New Issue
Block a user