1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

cpu/cc2538: use RTT based RTC implementation

This commit is contained in:
Benjamin Valentin 2020-02-29 16:29:58 +01:00
parent d632eb44b0
commit f9346e1e2b

View File

@ -3,4 +3,8 @@ ifneq (,$(filter cc2538_rf,$(USEMODULE)))
USEMODULE += netif
endif
ifneq (,$(filter periph_rtc,$(USEMODULE)))
USEMODULE += rtt_rtc
endif
USEMODULE += pm_layered