Configured System Tick to work properly (#12)

anne_pro
Diego Lhambi Pereira 2019-10-21 16:07:22 -03:00 committed by Michiel Visser
parent d553da3b0b
commit 9ad9ca11d8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
* @details Frequency of the system timer that drives the system ticks. This * @details Frequency of the system timer that drives the system ticks. This
* setting also defines the system tick time unit. * 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. * @brief Time delta constant for the tick-less mode.