nrf5/uart: Moving uart module into modules/machine to start converting it into machine module and not pyb.
This commit is contained in:
parent
8c404909e1
commit
cb2d040726
@ -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), )
|
||||
|
Loading…
x
Reference in New Issue
Block a user