1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

cpu/k64f: moved include of mcg.h to cpu.c

This commit is contained in:
Hauke Petersen 2016-02-21 16:29:22 +01:00
parent 7dc8aa5098
commit 58e2b93b7b
2 changed files with 1 additions and 2 deletions

View File

@ -21,6 +21,7 @@
#include <stdint.h>
#include "cpu.h"
#include "mcg.h"
#include "cpu_conf.h"
#define SIM_CLKDIV1_60MHZ (SIM_CLKDIV1_OUTDIV1(0) | \

View File

@ -32,8 +32,6 @@
#error "undefined CPU_MODEL"
#endif
#include "mcg.h"
#ifdef __cplusplus
extern "C"
{