Added start of a port of the core USB driver code to the AVR32 UC3B architecture.
[pub/USBasp.git] / LUFA / Drivers / USB / Core / USBInterrupt.h
index 00adc40..f71c2d0 100644 (file)
@@ -46,6 +46,8 @@
 \r
                #if (ARCH == ARCH_AVR8)\r
                        #include "AVR8/USBInterrupt.h"\r
+               #elif (ARCH == ARCH_UC3B)\r
+                       #include "UC3B/USBInterrupt.h"          \r
                #endif\r
                \r
        /* Preprocessor Checks: */\r