aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c')
-rw-r--r--LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c b/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
index a62646ae8..d411a9305 100644
--- a/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
+++ b/LUFA/Drivers/USB/Core/UC3/USBInterrupt_UC3.c
@@ -28,6 +28,9 @@
this software.
*/
+#include "../../../../Common/Common.h"
+#if (ARCH == ARCH_UC3)
+
#define __INCLUDE_FROM_USB_DRIVER
#include "../USBInterrupt.h"
@@ -223,3 +226,4 @@ ISR(USB_COM_vect)
}
#endif
+#endif