diff options
| author | Joel Challis <git@zvecr.com> | 2025-01-19 17:07:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-19 17:07:11 +0000 |
| commit | cedd49c59b5a822b6879485cdd412c7d803ae14a (patch) | |
| tree | 6ccccbaf041fdfb9c101ee719a214a573b877f81 /quantum/os_detection | |
| parent | a62f9a2ffd71376bc72e6c52eeab0798cdb8b52f (diff) | |
Consolidate timer_elapsed implementations (#24830)
Diffstat (limited to 'quantum/os_detection')
| -rw-r--r-- | quantum/os_detection/tests/rules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/os_detection/tests/rules.mk b/quantum/os_detection/tests/rules.mk index 1b69b71ba9..2f31f5e391 100644 --- a/quantum/os_detection/tests/rules.mk +++ b/quantum/os_detection/tests/rules.mk | |||
| @@ -4,4 +4,5 @@ os_detection_DEFS += -DOS_DETECTION_DEBOUNCE=50 | |||
| 4 | os_detection_SRC := \ | 4 | os_detection_SRC := \ |
| 5 | $(QUANTUM_PATH)/os_detection/tests/os_detection.cpp \ | 5 | $(QUANTUM_PATH)/os_detection/tests/os_detection.cpp \ |
| 6 | $(QUANTUM_PATH)/os_detection.c \ | 6 | $(QUANTUM_PATH)/os_detection.c \ |
| 7 | $(PLATFORM_PATH)/timer.c \ | ||
| 7 | $(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c | 8 | $(PLATFORM_PATH)/$(PLATFORM_KEY)/timer.c |
