Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16...
[pub/lufa.git] / Demos / Device / ClassDriver / VirtualSerial / VirtualSerial.c
index 6dac7b9..c532f4f 100644 (file)
@@ -65,6 +65,7 @@ USB_ClassInfo_CDC_Device_t VirtualSerial_CDC_Interface =
  */
 static FILE USBSerialStream;
 
+
 /** Main program entry point. This routine contains the overall program flow, including initial
  *  setup of all components and the main program loop.
  */