1
0
Fork 0

Consolidate timer_elapsed implementations (#24830)

This commit is contained in:
Joel Challis 2025-01-19 17:07:11 +00:00 committed by GitHub
parent a62f9a2ffd
commit cedd49c59b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 44 deletions

View file

@ -8,4 +8,5 @@ sequencer_SRC := \
$(QUANTUM_PATH)/sequencer/tests/midi_mock.c \
$(QUANTUM_PATH)/sequencer/tests/sequencer_tests.cpp \
$(QUANTUM_PATH)/sequencer/sequencer.c \
$(PLATFORM_PATH)/timer.c \
$(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c