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

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 19:56:24 +01:00
parent 616d76cb7a
commit 93eb533579
3 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,6 @@ SRC_C += \
help.c \ help.c \
gccollect.c \ gccollect.c \
pin_named_pins.c \ pin_named_pins.c \
pin.c \
modutime.c \ modutime.c \
moduos.c \ moduos.c \
fatfs_port.c \ fatfs_port.c \
@ -165,6 +164,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
machine/spi.c \ machine/spi.c \
machine/i2c.c \ machine/i2c.c \
machine/adc.c \ machine/adc.c \
machine/pin.c \
) )
#ifeq ($(SD), ) #ifeq ($(SD), )