aboutsummaryrefslogtreecommitdiffstats
path: root/osalconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'osalconf.h')
-rw-r--r--osalconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osalconf.h b/osalconf.h
index f6baf01..fb3a1cf 100644
--- a/osalconf.h
+++ b/osalconf.h
@@ -29,7 +29,7 @@
* @brief Frequency in Hertz of the system tick.
*/
#if !defined(OSAL_ST_FREQUENCY) || defined(__DOXYGEN__)
-#define OSAL_ST_FREQUENCY 20
+#define OSAL_ST_FREQUENCY 1000
#endif
/**