Rename architecture specific driver files, to make them appear with uniquely identify...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / OTG.h
index f50d618..296d7a0 100644 (file)
@@ -54,9 +54,9 @@
                #include "../../../Common/Common.h"\r
 \r
                #if (ARCH == ARCH_AVR8)\r
-                       #include "AVR8/OTG.h"\r
+                       #include "AVR8/OTG_AVR8.h"\r
                #elif (ARCH == ARCH_UC3B)\r
-                       #include "UC3B/OTG.h"           \r
+                       #include "UC3B/OTG_UC3B.h"\r
                #endif\r
 \r
        /* Preprocessor Checks: */\r