From 86b076b925a6e2605ea03d05828a47794ad1ea89 Mon Sep 17 00:00:00 2001 From: Christian Starkjohann Date: Fri, 15 Jan 2010 18:33:11 +0000 Subject: - fixed define for interrupt vector --- tests/usbconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/usbconfig.h b/tests/usbconfig.h index 857d7a4..8e30f50 100644 --- a/tests/usbconfig.h +++ b/tests/usbconfig.h @@ -283,6 +283,6 @@ features. Don't use it as a prototype, use usbconfig-prototype.h instead! /* #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