boards/hifive1: fix CLOCK_CORECLOCK

This commit is contained in:
Tristan Bruns 2019-01-17 17:21:09 +01:00
parent b6eb12c6d4
commit 8d50b8cc60

View File

@ -27,12 +27,8 @@ extern "C" {
* @name Core Clock configuration * @name Core Clock configuration
* @{ * @{
*/ */
#define CLOCK_CORECLOCK (1600000ul) /* As defined in boards/hifive1/board.c CPU_DESIRED_FREQ **/
/* #define CLOCK_CORECLOCK (200000000ul)
* #define CLOCK_CORECLOCK (20000000ul)
* #define CLOCK_CORECLOCK (27000000ul)
* #define CLOCK_CORECLOCK (38400000ul)
*/
/** @} */ /** @} */
/** /**