From 9ad9ca11d890003a8ce9272b48fd09fa1903ffda Mon Sep 17 00:00:00 2001 From: Diego Lhambi Pereira Date: Mon, 21 Oct 2019 16:07:22 -0300 Subject: [PATCH] Configured System Tick to work properly (#12) --- keyboards/anne_pro/chconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/anne_pro/chconf.h b/keyboards/anne_pro/chconf.h index dfb1f9dfb9..285b5e2ede 100644 --- a/keyboards/anne_pro/chconf.h +++ b/keyboards/anne_pro/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 2000 +#define CH_CFG_ST_FREQUENCY 1000 /** * @brief Time delta constant for the tick-less mode.