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