From cb3e9afd627cdef3a92bace991b779deb342a976 Mon Sep 17 00:00:00 2001 From: Andreas Auras Date: Mon, 22 Oct 2012 20:58:14 +0200 Subject: Fixed compilation errors with recent avr-gcc version. Many thanks to "olebowle" for this patch. --- usb_boot/usbconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb_boot') diff --git a/usb_boot/usbconfig.h b/usb_boot/usbconfig.h index 70f76f1..f0b5805 100644 --- a/usb_boot/usbconfig.h +++ b/usb_boot/usbconfig.h @@ -369,7 +369,7 @@ endm #define USB_INTR_ENABLE_BIT INT1 /* #define USB_INTR_PENDING GIFR */ #define USB_INTR_PENDING_BIT INTF1 -#define USB_INTR_VECTOR SIG_INTERRUPT1 +#define USB_INTR_VECTOR INT1_vect /* This is a new macro that is executed and the beginning of the usb irq handler. -- cgit v1.2.3