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