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

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 20:03:52 +01:00
parent a7103ef551
commit 8601963291
3 changed files with 1 additions and 1 deletions

View File

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