nrf5/uart: Moving uart module into modules/machine to start converting it into machine module and not pyb.

This commit is contained in:
Glenn Ruben Bakke 2017-02-05 00:00:42 +01:00
parent 8c404909e1
commit cb2d040726
3 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,6 @@ SRC_C += \
modpyb.c \
led.c \
mphalport.c \
uart.c \
spi.c \
pwm.c \
i2c.c \
@ -165,6 +164,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\
display/framebuffer.c \
graphic/draw.c \
machine/modmachine.c \
machine/uart.c \
)
#ifeq ($(SD), )