nrf5/timer: Moving timer module into modules/machine.

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 19:59:34 +01:00
parent 93eb533579
commit 9295f2df29
3 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,6 @@ SRC_C += \
builtin_open.c \
modusocket.c \
modnetwork.c \
timer.c \
rtc.c \
DRIVERS_SRC_C += $(addprefix modules/,\
@ -165,6 +164,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
machine/i2c.c \
machine/adc.c \
machine/pin.c \
machine/timer.c \
)
#ifeq ($(SD), )