summaryrefslogtreecommitdiff
path: root/quantum/stm32
diff options
context:
space:
mode:
authorDrashna Jael're <drashna@live.com>2019-08-05 13:00:41 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-08-06 08:17:35 +0900
commit5a30142914d5cb1bb2ce50e133d6cb2cfa3a86ec (patch)
treedd19e43fa8b1f905ee1f59e22d415aeb797321b0 /quantum/stm32
parent927969d6cb09daa969faebec69998186b883c140 (diff)
Fix bugs introduced into Planck EZ code
Diffstat (limited to 'quantum/stm32')
-rw-r--r--quantum/stm32/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/stm32/chconf.h b/quantum/stm32/chconf.h
index ce44925f3c..edb697d4da 100644
--- a/quantum/stm32/chconf.h
+++ b/quantum/stm32/chconf.h
@@ -48,7 +48,7 @@
* @details Frequency of the system timer that drives the system ticks. This
* setting also defines the system tick time unit.
*/
-#define CH_CFG_ST_FREQUENCY 1000
+#define CH_CFG_ST_FREQUENCY 100000
/**
* @brief Time delta constant for the tick-less mode.