aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Starkjohann <cs+github@obdev.at>2010-01-15 18:34:20 +0000
committerChristian Starkjohann <cs+github@obdev.at>2010-01-15 18:34:20 +0000
commita29be0eac641b72dbade9b98d46d011b819aafe2 (patch)
tree2a198991a8623f7d6381ffdf17df99c533683092
parent010517f5b016b126c15a78ffb57a5157746b8a22 (diff)
downloadv-usb-a29be0eac641b72dbade9b98d46d011b819aafe2.tar.gz
v-usb-a29be0eac641b72dbade9b98d46d011b819aafe2.tar.bz2
v-usb-a29be0eac641b72dbade9b98d46d011b819aafe2.zip
- fixed define for default interrupt vector
-rw-r--r--usbdrv/usbconfig-prototype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbdrv/usbconfig-prototype.h b/usbdrv/usbconfig-prototype.h
index 0eb3499..fa874b7 100644
--- a/usbdrv/usbconfig-prototype.h
+++ b/usbdrv/usbconfig-prototype.h
@@ -364,6 +364,6 @@ section at the end of this file).
/* #define USB_INTR_ENABLE_BIT INT0 */
/* #define USB_INTR_PENDING GIFR */
/* #define USB_INTR_PENDING_BIT INTF0 */
-/* #define USB_INTR_VECTOR SIG_INTERRUPT0 */
+/* #define USB_INTR_VECTOR INT0_vect */
#endif /* __usbconfig_h_included__ */