Update UC3 platform driver support to use the bitmasks defined in the header files...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / USBInterrupt.h
index c1a2b62..c69d15a 100644 (file)
@@ -60,6 +60,8 @@
                        #include "AVR8/USBInterrupt_AVR8.h"\r
                #elif (ARCH == ARCH_UC3)\r
                        #include "UC3/USBInterrupt_UC3.h"\r
+               #elif (ARCH == ARCH_XMEGA)\r
+                       #include "XMEGA/USBInterrupt_XMEGA.h"   \r
                #endif\r
 \r
        /* Disable C linkage for C++ Compilers: */\r