Corrected AudioInput and AudioOutput demos, to fix endpoint underflows due to roundin...
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / Host.c
index 7acbffe..52f19a5 100644 (file)
@@ -28,7 +28,8 @@
   this software.\r
 */\r
 \r
   this software.\r
 */\r
 \r
-#include "USBMode.h"\r
+#include "../HighLevel/USBMode.h"\r
+\r
 #if defined(USB_CAN_BE_HOST)\r
 \r
 #include "Host.h"\r
 #if defined(USB_CAN_BE_HOST)\r
 \r
 #include "Host.h"\r
@@ -93,8 +94,8 @@ void USB_Host_ResetDevice(void)
        \r
        for (uint8_t MSRem = 10; MSRem != 0; MSRem--)\r
        {\r
        \r
        for (uint8_t MSRem = 10; MSRem != 0; MSRem--)\r
        {\r
-               /* Workaround for powerless-pullup devices. After a USB bus reset,\r
-                  all disconnection interrupts are supressed while a USB frame is\r
+               /* Workaround for powerless-pull-up devices. After a USB bus reset,\r
+                  all disconnection interrupts are suppressed while a USB frame is\r
                   looked for - if it is found within 10ms, the device is still\r
                   present.                                                        */\r
 \r
                   looked for - if it is found within 10ms, the device is still\r
                   present.                                                        */\r
 \r