From a29be0eac641b72dbade9b98d46d011b819aafe2 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Fri, 15 Jan 2010 18:34:20 +0000 Subject: - fixed define for default interrupt vector --- usbdrv/usbconfig-prototype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ */ -- cgit v1.2.3