Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating when the...
[pub/USBasp.git] / LUFA / Drivers / USB / Core / Device.h
index fdec1df..414beac 100644 (file)
@@ -51,6 +51,7 @@
 \r
        /* Includes: */\r
                #include "../../../Common/Common.h"\r
+               #include "USBMode.h"            \r
                #include "StdDescriptors.h"\r
                #include "USBInterrupt.h"\r
                #include "Endpoint.h"\r
        /* Architecture Includes: */\r
                #if (ARCH == ARCH_AVR8)\r
                        #include "AVR8/Device_AVR8.h"\r
-               #elif (ARCH == ARCH_UC3B)\r
-                       #include "UC3B/Device_UC3B.h"\r
+               #elif (ARCH == ARCH_UC3)\r
+                       #include "UC3/Device_UC3.h"\r
                #endif\r
 \r
 #endif\r