white spaces

This commit is contained in:
hathach 2018-12-13 15:25:43 +07:00
parent 07bcc6ca91
commit edf885ca46
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void virtual_com_task(void)
{ {
if ( tud_cdc_connected() ) if ( tud_cdc_connected() )
{ {
// connected and there are data available // connected and there are data available
if ( tud_cdc_available() ) if ( tud_cdc_available() )
{ {
uint8_t buf[64]; uint8_t buf[64];