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
......@@ -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)
......
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