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
3 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue