Consolidate timer_elapsed implementations (#24830)
This commit is contained in:
parent
a62f9a2ffd
commit
cedd49c59b
7 changed files with 11 additions and 44 deletions
|
@ -16,6 +16,7 @@
|
|||
DEBOUNCE_COMMON_DEFS := -DMATRIX_ROWS=4 -DMATRIX_COLS=10 -DDEBOUNCE=5
|
||||
|
||||
DEBOUNCE_COMMON_SRC := $(QUANTUM_PATH)/debounce/tests/debounce_test_common.cpp \
|
||||
$(PLATFORM_PATH)/timer.c \
|
||||
$(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c
|
||||
|
||||
debounce_none_DEFS := $(DEBOUNCE_COMMON_DEFS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue