mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c7de150ec3
* Declare optional dependency to periph_rtc * Move CFLAGS definition to Makefile.include
7 lines
149 B
Makefile
7 lines
149 B
Makefile
USEMODULE += fatfs_diskio_mtd
|
|
USEMODULE += auto_init_storage
|
|
USEMODULE += mtd
|
|
|
|
# Use RTC for timestamps if available
|
|
FEATURES_OPTIONAL += periph_rtc
|