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:
parent
d632eb44b0
commit
f9346e1e2b
@ -3,4 +3,8 @@ ifneq (,$(filter cc2538_rf,$(USEMODULE)))
|
||||
USEMODULE += netif
|
||||
endif
|
||||
|
||||
ifneq (,$(filter periph_rtc,$(USEMODULE)))
|
||||
USEMODULE += rtt_rtc
|
||||
endif
|
||||
|
||||
USEMODULE += pm_layered
|
||||
|
Loading…
Reference in New Issue
Block a user