diff options
author | Andreas Auras <yak54@inkennet.de> | 2012-10-22 20:58:14 +0200 |
---|---|---|
committer | Andreas Auras <yak54@inkennet.de> | 2012-10-22 20:58:14 +0200 |
commit | cb3e9afd627cdef3a92bace991b779deb342a976 (patch) | |
tree | 4b6028cd978ee46d8d6270c4ab98f00f78fb5022 /usb_boot | |
parent | d01fd7be0965066ff24d562628412d2ffd222fca (diff) | |
download | df10ch-atmolight-controller-cb3e9afd627cdef3a92bace991b779deb342a976.tar.gz df10ch-atmolight-controller-cb3e9afd627cdef3a92bace991b779deb342a976.tar.bz2 |
Fixed compilation errors with recent avr-gcc version.
Many thanks to "olebowle" for this patch.
Diffstat (limited to 'usb_boot')
-rw-r--r-- | usb_boot/usbconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |