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

pr/gpio
Hauke Petersen 7 years ago
parent 58e2b93b7b
commit 56c8e49fd2

@ -21,6 +21,7 @@
#include <stdint.h>
#include "cpu.h"
#include "mcg.h"
#include "cpu_conf.h"
#define FLASH_BASE (0x00000000)

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

Loading…
Cancel
Save