summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/chibios/_wait.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-09-14 03:18:36 +0100
committerGitHub <noreply@github.com>2021-09-14 12:18:36 +1000
commit0ca4a56a0449d17a497ba610d4cee41c914ff50e (patch)
tree5e10d1ced8cf84e673f5e3ae88457de32d4943dd /tmk_core/common/chibios/_wait.h
parent232bc23a89874d1a2e028a1414dd34cf0339f8d2 (diff)
Refactor use of STM32_SYSCLK (#14430)
* Refactor use of STM32_SYSCLK * clang
Diffstat (limited to 'tmk_core/common/chibios/_wait.h')
-rw-r--r--tmk_core/common/chibios/_wait.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/common/chibios/_wait.h b/tmk_core/common/chibios/_wait.h
index b740afbd24..2f36c64a2e 100644
--- a/tmk_core/common/chibios/_wait.h
+++ b/tmk_core/common/chibios/_wait.h
@@ -43,8 +43,6 @@ void wait_us(uint16_t duration);
#include "_wait.c"
-#define CPU_CLOCK STM32_SYSCLK
-
/* For GPIOs on ARM-based MCUs, the input pins are sampled by the clock of the bus
* to which the GPIO is connected.
* The connected buses differ depending on the various series of MCUs.