aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/USBInterrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/Drivers/USB/Core/USBInterrupt.h')
-rw-r--r--LUFA/Drivers/USB/Core/USBInterrupt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/Drivers/USB/Core/USBInterrupt.h b/LUFA/Drivers/USB/Core/USBInterrupt.h
index 00adc4014..f71c2d036 100644
--- a/LUFA/Drivers/USB/Core/USBInterrupt.h
+++ b/LUFA/Drivers/USB/Core/USBInterrupt.h
@@ -46,6 +46,8 @@
#if (ARCH == ARCH_AVR8)
#include "AVR8/USBInterrupt.h"
+ #elif (ARCH == ARCH_UC3B)
+ #include "UC3B/USBInterrupt.h"
#endif
/* Preprocessor Checks: */