Make bootload compile with latest avr-gcc

This commit is contained in:
optixx
2016-02-09 12:32:32 +01:00
parent a0e072da2a
commit cf41986ccc
6 changed files with 40 additions and 46 deletions

View File

@@ -18,7 +18,6 @@
* =====================================================================================
*/
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <stdlib.h>
@@ -35,7 +34,7 @@
extern usb_transaction_t usb_trans;
extern system_t system;
extern system_t my_system;
extern const char *_rom[];
extern const char _rom01[];