diff --git a/epicardium/FreeRTOSConfig.h b/epicardium/FreeRTOSConfig.h index eb82e8012708be3562e2c66efc620c57a5a479bc..108bb32db7c4b85e756abe23ee0c34847b0aeebf 100644 --- a/epicardium/FreeRTOSConfig.h +++ b/epicardium/FreeRTOSConfig.h @@ -7,7 +7,7 @@ #include "max32665.h" /* CMSIS keeps a global updated with current system clock in Hz */ -#define configCPU_CLOCK_HZ ((unsigned long)120000000) +#define configCPU_CLOCK_HZ ((unsigned long)96000000) /* TODO: Adjust this for tickless idle */ #define configTICK_RATE_HZ ((portTickType)1000)