Add API support signature to the CDC and DFU class bootloaders, so that the applicati...
[pub/USBasp.git] / Demos / Host / LowLevel / GenericHIDHost / GenericHIDHost.c
index 720ad03..953bf12 100644 (file)
@@ -51,7 +51,7 @@ int main(void)
        for (;;)
        {
                ReadNextReport();
-               
+
                USB_USBTask();
        }
 }