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

@@ -20,7 +20,6 @@
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>
#include <stdlib.h>
@@ -54,7 +53,7 @@
#ifndef NO_DEBUG
extern FILE uart_stdout;
#endif
extern system_t system;
extern system_t my_system;
uint8_t debug_level = (DEBUG | DEBUG_USB | DEBUG_CRC);