UART driver refactor (#11637)
This commit is contained in:
parent
be897cbc2f
commit
30b46fad57
12 changed files with 287 additions and 39 deletions
|
@ -29,7 +29,7 @@ DYNAMIC_MACRO_ENABLE = yes
|
|||
UART_DEBUG = no
|
||||
|
||||
SRC += matrix.c
|
||||
QUANTUM_LIB_SRC += $(COMMON_DIR)/uart.c \
|
||||
QUANTUM_LIB_SRC += uart.c \
|
||||
spi_master.c
|
||||
|
||||
OPT_DEFS += -DSLEEP_LED_ENABLE # we need our own sleep callbacks to turn of WS2812 LEDs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue