Rename architecture specific driver files, to make them appear with uniquely identify...
[pub/lufa.git] / LUFA / Drivers / USB / Core / Device.h
index 84ed43f..d6937a5 100644 (file)
@@ -56,7 +56,9 @@
                #include "Endpoint.h"\r
                \r
                #if (ARCH == ARCH_AVR8)\r
-                       #include "AVR8/Device.h"\r
+                       #include "AVR8/Device_AVR8.h"\r
+               #elif (ARCH == ARCH_UC3B)\r
+                       #include "UC3B/Device_UC3B.h"\r
                #endif\r
 \r
        /* Preprocessor Checks: */\r