Merge pull request #10805 from beduino-project/fix-hifive1-coreclock-define

boards/hifive1: fix CLOCK_CORECLOCK
This commit is contained in:
Alexandre Abadie 2019-01-24 20:48:40 +01:00 committed by GitHub
commit 03ed77b141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
*/
/** @} */ /** @} */
/** /**