mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/ek-lm4f120xl: define CLOCK_CORECLOCK
This commit is contained in:
parent
21fbf62e4e
commit
9fe1c6d0e1
@ -20,6 +20,7 @@
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -35,6 +36,7 @@ extern "C" {
|
||||
#define CLK16 4
|
||||
#define CLK1 5
|
||||
#define CLOCK_SOURCE CLK40
|
||||
#define CLOCK_CORECLOCK MHZ(80)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user