1
0
Fork 0

Extract sendstring into its own compilation unit (#12060)

* Extract sendstring into its own compilation unit

* License headers?

* Put this include in the header
This commit is contained in:
Ryan 2021-03-01 07:11:39 +11:00 committed by GitHub
parent e6905805bb
commit 1a7f2c8f45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 301 additions and 258 deletions

View file

@ -17,6 +17,7 @@ SERIAL_PATH := $(QUANTUM_PATH)/serial_link
QUANTUM_SRC += \
$(QUANTUM_DIR)/quantum.c \
$(QUANTUM_DIR)/send_string.c \
$(QUANTUM_DIR)/bitwise.c \
$(QUANTUM_DIR)/led.c \
$(QUANTUM_DIR)/keymap_common.c \