mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
tests/posix_sleep: remove custom periph_rtt inclusion for ztimer
This commit is contained in:
parent
c21c01b5b9
commit
c2d874e0d0
@ -2,12 +2,4 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
USEMODULE += posix_sleep
|
USEMODULE += posix_sleep
|
||||||
|
|
||||||
# These CPU families have a non configurable RTT of 1Hz, not enough for
|
|
||||||
# ztimer_msec to run on periph_rtt
|
|
||||||
ifeq (,$(filter efm32 kinetis,$(CPU)))
|
|
||||||
# Pull-in periph-rtt on boards that provide this feature to switch to
|
|
||||||
# the RTT backend of ztimer
|
|
||||||
FEATURES_OPTIONAL += periph_rtt
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.include
|
include $(RIOTBASE)/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user