mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-27 20:37:30 +00:00
white spaces
This commit is contained in:
parent
07bcc6ca91
commit
edf885ca46
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user