.NotificationEndpointNumber = CDC_NOTIFICATION_EPNUM,\r
.NotificationEndpointSize = CDC_NOTIFICATION_EPSIZE,\r
},\r
- \r
- .State =\r
- {\r
- // Leave all state values to their defaults\r
- }\r
};\r
\r
/** Main program entry point. This routine contains the overall program flow, including initial\r
if (Tx_Buffer.Elements)\r
CDC_Device_SendByte(&VirtualSerial_CDC_Interface, Buffer_GetElement(&Tx_Buffer));\r
\r
- /* Read bytes from the USART transmit buffer into the USART */\r
+ /* Load bytes from the USART transmit buffer into the USART */\r
if (Rx_Buffer.Elements)\r
Serial_TxByte(Buffer_GetElement(&Rx_Buffer));\r
\r