Skip to content
Snippets Groups Projects
Commit 8d50b8cc authored by Tristan Bruns's avatar Tristan Bruns
Browse files

boards/hifive1: fix CLOCK_CORECLOCK

parent b6eb12c6
Branches
No related tags found
No related merge requests found
......@@ -27,12 +27,8 @@ extern "C" {
* @name Core Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (1600000ul)
/*
* #define CLOCK_CORECLOCK (20000000ul)
* #define CLOCK_CORECLOCK (27000000ul)
* #define CLOCK_CORECLOCK (38400000ul)
*/
/* As defined in boards/hifive1/board.c CPU_DESIRED_FREQ **/
#define CLOCK_CORECLOCK (200000000ul)
/** @} */
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment