Fix includes on main.c

This commit is contained in:
Stefan `Sec` Zehl 2011-07-18 18:25:14 +02:00
parent f90c995053
commit 2788612f89
1 changed files with 3 additions and 5 deletions

View File

@ -1,13 +1,11 @@
#include <sysinit.h>
#include "core/cpu/cpu.h"
#include "core/pmu/pmu.h"
#include "basic/basic.h"
#include "lcd/render.h"
#include "pmu/pmu.h"
void ReinvokeISP(void);
/**************************************************************************/
void wrapper(void);