mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
Merge pull request #10805 from beduino-project/fix-hifive1-coreclock-define
boards/hifive1: fix CLOCK_CORECLOCK
This commit is contained in:
commit
03ed77b141
@ -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)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user