summaryrefslogtreecommitdiff
path: root/usb_boot
diff options
context:
space:
mode:
authorAndreas Auras <yak54@inkennet.de>2012-10-22 20:58:14 +0200
committerAndreas Auras <yak54@inkennet.de>2012-10-22 20:58:14 +0200
commitcb3e9afd627cdef3a92bace991b779deb342a976 (patch)
tree4b6028cd978ee46d8d6270c4ab98f00f78fb5022 /usb_boot
parentd01fd7be0965066ff24d562628412d2ffd222fca (diff)
downloaddf10ch-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.h2
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.