From 6463ae4174d093f3eac4dfc28e234d105484ed0f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 7 Jun 2024 20:01:23 -0400 Subject: sleeponexit; give up on fast clock --- osalconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osalconf.h') 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 /** -- cgit v1.2.3