ensured compiling on Mac OS X

This commit is contained in:
Markus Fröschle
2013-02-13 19:28:20 +00:00
parent d54684496a
commit 92f609473d
3 changed files with 113 additions and 52 deletions

View File

@@ -22,6 +22,7 @@
*/
#include <stdint.h>
#include <stdbool.h>
#include "MCF5475.h"
#include "MCF5475_SLT.h"
@@ -29,13 +30,12 @@
#include "cache.h"
#include "bas_printf.h"
#include "bas_types.h"
#include <sd_card.h>
#include <wait.h>
#include "sd_card.h"
#include "wait.h"
#include <diskio.h>
#include <ff.h>
#include <s19reader.h>
#include "diskio.h"
#include "ff.h"
#include "s19reader.h"
/* imported routines */
extern int mmu_init();

View File

@@ -32,8 +32,10 @@
* SUCH DAMAGE.
*/
#include <stdarg.h>
#include "MCF5475.h"
#include <bas_printf.h>
#include "bas_printf.h"
/*
* Lexical definitions.
*