fixed a few bugs but still no go.

Seem to have problems with global variables?
This commit is contained in:
Markus Fröschle
2013-11-04 20:58:57 +00:00
parent d14bfd1cf2
commit 70365f08e4
7 changed files with 78 additions and 68 deletions

View File

@@ -15,6 +15,7 @@
#include "bas_string.h"
#include "bas_printf.h"
#include "usb.h"
#if MACHINE_FIREBEE
#include "firebee.h"
#elif MACHINE_M5484LITE
@@ -40,7 +41,7 @@ extern int asm_set_ipl(int level);
extern void *info_fvdi;
extern long offscren_reserved(void);
extern uint8_t usb_buffer[]; /* defined in linker control file */
extern uint8_t usb_buffer[USB_BUFFER_SIZE]; /* defined in linker control file */
/* MD - Memory Descriptor */
@@ -51,7 +52,7 @@ MD
MD *m_link;
long m_start;
long m_length;
void *m_own;
void *m_own;
};
/* MPB - Memory Partition Block */