add system struct and modify functions

This commit is contained in:
optixx
2009-10-14 17:39:35 +02:00
parent 650b182ab4
commit 1d0eae3aec
2 changed files with 34 additions and 7 deletions

View File

@@ -56,11 +56,6 @@ extern FILE uart_stdout;
uint8_t debug_level = (DEBUG | DEBUG_USB | DEBUG_CRC | DEBUG_SHM );
typedef struct system_t {
uint8_t bus_mode;
uint8_t rom_mode;
uint8_t req_bank;
} system_t;
usb_transaction_t usb_trans;