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

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 20:06:24 +01:00
parent 42e9b0f735
commit 3c71e75461
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,6 @@ endif
SRC_C += \
main.c \
modpyb.c \
led.c \
mphalport.c \
help.c \
gccollect.c \
@ -165,6 +164,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
machine/timer.c \
machine/rtc.c \
machine/pwm.c \
machine/led.c \
)
#ifeq ($(SD), )