1
0
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:
Benjamin Valentin 2020-09-08 14:33:28 +02:00
parent 21fbf62e4e
commit 9fe1c6d0e1

View File

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