Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / USBInterrupt.h
index f71c2d0..3217bda 100644 (file)
 \r
        /* Includes: */\r
                #include "../../../Common/Common.h"\r
 \r
        /* Includes: */\r
                #include "../../../Common/Common.h"\r
-\r
-               #if (ARCH == ARCH_AVR8)\r
-                       #include "AVR8/USBInterrupt.h"\r
-               #elif (ARCH == ARCH_UC3B)\r
-                       #include "UC3B/USBInterrupt.h"          \r
-               #endif\r
+               #include "USBMode.h"            \r
                \r
        /* Preprocessor Checks: */\r
                #if !defined(__INCLUDE_FROM_USB_DRIVER)\r
                        #error Do not include this file directly. Include LUFA/Drivers/USB/USB.h instead.\r
                #endif\r
 \r
                \r
        /* Preprocessor Checks: */\r
                #if !defined(__INCLUDE_FROM_USB_DRIVER)\r
                        #error Do not include this file directly. Include LUFA/Drivers/USB/USB.h instead.\r
                #endif\r
 \r
+       /* Architecture Includes: */\r
+               #if (ARCH == ARCH_AVR8)\r
+                       #include "AVR8/USBInterrupt_AVR8.h"\r
+               #elif (ARCH == ARCH_UC3)\r
+                       #include "UC3/USBInterrupt_UC3.h"\r
+               #endif\r
+\r
 #endif\r
 \r
 #endif\r
 \r