Skip to content
Snippets Groups Projects
Commit c05530a5 authored by schneider's avatar schneider
Browse files

fix(epicardium): Adjust configCPU_CLOCK_HZ to reality

parent c75dde9c
No related branches found
No related tags found
No related merge requests found
Pipeline #1251 passed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "max32665.h" #include "max32665.h"
/* CMSIS keeps a global updated with current system clock in Hz */ /* 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 */ /* TODO: Adjust this for tickless idle */
#define configTICK_RATE_HZ ((portTickType)1000) #define configTICK_RATE_HZ ((portTickType)1000)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment