The USB_Host_SendControlRequest() function no longer automatically selects the Contro...
[pub/USBasp.git] / LUFA / Drivers / USB / HighLevel / USBInterrupt.h
index 8438a58..d54de39 100644 (file)
@@ -43,7 +43,7 @@
                \r
                #include "../../../Common/Common.h"\r
                #include "../LowLevel/LowLevel.h"\r
                \r
                #include "../../../Common/Common.h"\r
                #include "../LowLevel/LowLevel.h"\r
-               #include "../LowLevel/USBMode.h"\r
+               #include "USBMode.h"\r
                #include "Events.h"\r
                \r
        /* Enable C linkage for C++ Compilers: */\r
                #include "Events.h"\r
                \r
        /* Enable C linkage for C++ Compilers: */\r
@@ -79,7 +79,7 @@
                        #define USB_INT_IsEnabled(int)                 ((USB_INT_GET_EN_REG(int)   &    USB_INT_GET_EN_MASK(int)) ? true : false)\r
 \r
                        /** Returns boolean true if the given interrupt flag is set (i.e. the condition for the interrupt has occurred,\r
                        #define USB_INT_IsEnabled(int)                 ((USB_INT_GET_EN_REG(int)   &    USB_INT_GET_EN_MASK(int)) ? true : false)\r
 \r
                        /** Returns boolean true if the given interrupt flag is set (i.e. the condition for the interrupt has occurred,\r
-                        *  but the interrupt vector is not neccesarily enabled), otherwise returns false.\r
+                        *  but the interrupt vector is not necessarily enabled), otherwise returns false.\r
                         */\r
                        #define USB_INT_HasOccurred(int)               ((USB_INT_GET_INT_REG(int)  &    USB_INT_GET_INT_MASK(int)) ? true : false)\r
                \r
                         */\r
                        #define USB_INT_HasOccurred(int)               ((USB_INT_GET_INT_REG(int)  &    USB_INT_GET_INT_MASK(int)) ? true : false)\r
                \r