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