@ -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) | \
@ -32,8 +32,6 @@
#error "undefined CPU_MODEL"
#endif
#ifdef __cplusplus
extern "C"
{