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

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 16:17:12 +01:00
parent eea975cd25
commit 616d76cb7a
3 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,6 @@ SRC_C += \
modnetwork.c \
timer.c \
rtc.c \
adc.c \
DRIVERS_SRC_C += $(addprefix modules/,\
display/moddisplay.c \
@ -165,6 +164,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
machine/uart.c \
machine/spi.c \
machine/i2c.c \
machine/adc.c \
)
#ifeq ($(SD), )