nrf5: Adding rtc.c which implements the machine rtc module to be included in build.

This commit is contained in:
Glenn Ruben Bakke 2016-12-26 16:53:24 +01:00
parent 46ddf2ed70
commit 4fee95c468

View File

@ -145,6 +145,7 @@ SRC_C += \
modusocket.c \ modusocket.c \
modnetwork.c \ modnetwork.c \
timer.c \ timer.c \
rtc.c \
#ifeq ($(SD), ) #ifeq ($(SD), )