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

@@ -24,7 +24,6 @@
#include <stdint.h>
#include <stdio.h>
#include <avr/io.h>
#include <avr/io.h>
#include <avr/interrupt.h> /* for sei() */
#include "debug.h"
@@ -53,8 +52,7 @@ extern uint8_t snes_reset_line;
uint16_t prescaler;
uint16_t volatile second; // count seconds
ISR(SIG_OUTPUT_COMPARE1A)
ISR(TIMER1_COMPA_vect)
{