mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7bfb855a86
Having the modules as DEFAULT_MODULES allows disabling them.
7 lines
154 B
Makefile
7 lines
154 B
Makefile
USEMODULE += fatfs_diskio_mtd
|
|
DEFAULT_MODULE += auto_init_storage
|
|
USEMODULE += mtd
|
|
|
|
# Use RTC for timestamps if available
|
|
FEATURES_OPTIONAL += periph_rtc
|