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