Oops - ensure that only the relevant/available interrupts are defined and used on...
[pub/lufa.git] / LUFA / Drivers / USB / Core / USBTask.h
index f2ed7b7..267c7e0 100644 (file)
 
        /* Includes: */
                #include "../../../Common/Common.h"
+               #include "USBMode.h"            
                #include "USBController.h"
                #include "Events.h"
                #include "StdRequestType.h"
                #include "StdDescriptors.h"
-               #include "USBMode.h"
 
                #if defined(USB_CAN_BE_DEVICE)
                        #include "DeviceStandardReq.h"