summaryrefslogtreecommitdiff
path: root/tmk_core/common/chibios/_wait.h
diff options
context:
space:
mode:
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.