Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device ClassDrive...
[pub/USBasp.git] / Projects / USBtoSerial / USBtoSerial.c
index 6afa415..59f8edb 100644 (file)
@@ -46,7 +46,7 @@ uint8_t      USBtoUSART_Buffer_Data[128];
 RingBuffer_t USARTtoUSB_Buffer;
 
 /** Underlying data buffer for \ref USARTtoUSB_Buffer, where the stored bytes are located. */
-uint8_t    USARTtoUSB_Buffer_Data[128];
+uint8_t      USARTtoUSB_Buffer_Data[128];
 
 
 /** LUFA CDC Class driver interface configuration and state information. This structure is