mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-22 22:21:58 +00:00
9 lines
331 B
Makefile
9 lines
331 B
Makefile
serial_link_byte_stuffer_SRC :=\
|
|
$(SERIAL_PATH)/tests/byte_stuffer_tests.cpp \
|
|
$(SERIAL_PATH)/protocol/byte_stuffer.c
|
|
|
|
serial_link_frame_router_SRC := \
|
|
$(SERIAL_PATH)/tests/frame_router_tests.cpp \
|
|
$(SERIAL_PATH)/protocol/byte_stuffer.c \
|
|
$(SERIAL_PATH)/protocol/frame_validator.c \
|
|
$(SERIAL_PATH)/protocol/frame_router.c
|