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

cpu/nrf5x_common: use RTT based RTC implementation

This commit is contained in:
Benjamin Valentin 2020-03-13 12:14:54 +01:00 committed by Benjamin Valentin
parent f9346e1e2b
commit f8d61edba0

View File

@ -1,3 +1,7 @@
ifneq (,$(filter periph_rtc,$(USEMODULE)))
USEMODULE += rtt_rtc
endif
# include nrf5x common periph drivers
USEMODULE += nrf5x_common_periph