Start porting the USB core to the AVR32 UC3B.
[pub/lufa.git] / LUFA / Drivers / USB / USB.h
index 3bc356d..484978b 100644 (file)
 \r
        /* Preprocessor Checks: */              \r
                #if (!defined(USB_SERIES_2_AVR) && !defined(USB_SERIES_4_AVR) && \\r
-                    !defined(USB_SERIES_6_AVR) && !defined(USB_SERIES_7_AVR))\r
+                    !defined(USB_SERIES_6_AVR) && !defined(USB_SERIES_7_AVR) && \\r
+                        !defined(USB_SERIES_UC3B_AVR))\r
                        #error The currently selected AVR model is not supported under the USB component of the LUFA library.\r
                #endif\r
                \r