Increase the infinity60 system tick frequency

This commit is contained in:
Fred Sundvik
2016-11-05 22:45:21 +02:00
parent 04df74f636
commit c06e2486ab
2 changed files with 7 additions and 2 deletions

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.