1
0
Fork 0

UART driver refactor (#11637)

This commit is contained in:
Ryan 2021-01-27 17:42:49 +11:00 committed by GitHub
parent be897cbc2f
commit 30b46fad57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 287 additions and 39 deletions

View file

@ -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