aboutsummaryrefslogtreecommitdiffstats
path: root/osalconf.h
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-06-07 20:01:23 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-06-07 20:01:23 -0400
commit6463ae4174d093f3eac4dfc28e234d105484ed0f (patch)
treee8558ce13eb895ad35780b43b6ed8d4433dddbd3 /osalconf.h
parent7fad01e939f72195c3a0af76f878ddb488b545b7 (diff)
sleeponexit; give up on fast clock
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
/**