Fix bugs introduced into Planck EZ code

This commit is contained in:
Drashna Jael're
2019-08-05 13:00:41 -07:00
committed by Florian Didron
parent 927969d6cb
commit 5a30142914
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.