From 5a30142914d5cb1bb2ce50e133d6cb2cfa3a86ec Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Mon, 5 Aug 2019 13:00:41 -0700 Subject: Fix bugs introduced into Planck EZ code --- quantum/stm32/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quantum/stm32') 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. -- cgit v1.2.3