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