mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
228 B
Makefile
10 lines
228 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += posix_sleep
|
|
|
|
# Pull-in periph-rtt on board that provides this feature to switch to the RTT
|
|
# backend of ztimer
|
|
FEATURES_OPTIONAL += periph_rtt
|
|
|
|
include $(RIOTBASE)/Makefile.include
|