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