aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core/USBInterrupt.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-27 20:38:47 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-02-27 20:38:47 +0000
commit4165ee7371d687fc99918d87b975f10f977d955a (patch)
tree45af01aeaabaaced63092d4f7572f265432c0965 /LUFA/Drivers/USB/Core/USBInterrupt.h
parentfa6ab5d35b339a270a777ee77b6f0bfb273f74f7 (diff)
Oops - ensure that only the relevant/available interrupts are defined and used on each architecture.
Make all USB driver headers include USBMode.h first, to ensure that the relevant USB mode macros are defined. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1690 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Drivers/USB/Core/USBInterrupt.h')
-rw-r--r--LUFA/Drivers/USB/Core/USBInterrupt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Core/USBInterrupt.h b/LUFA/Drivers/USB/Core/USBInterrupt.h
index b850f3fe..735d0e16 100644
--- a/LUFA/Drivers/USB/Core/USBInterrupt.h
+++ b/LUFA/Drivers/USB/Core/USBInterrupt.h
@@ -43,6 +43,7 @@
/* Includes: */
#include "../../../Common/Common.h"
+ #include "USBMode.h"
/* Preprocessor Checks: */
#if !defined(__INCLUDE_FROM_USB_DRIVER)