diff options
| author | hathach <[email protected]> | 2018-12-13 15:25:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-13 15:25:43 +0700 |
| commit | edf885ca465e16d74833a4866951ca9aa7d4326c (patch) | |
| tree | 6869937edf3afe3182665c329343e6a55b99ba59 /examples/device | |
| parent | 07bcc6ca911d342c228b691cbe966aec377de891 (diff) | |
white spaces
Diffstat (limited to 'examples/device')
| -rw-r--r-- | examples/device/cdc_msc_hid/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/cdc_msc_hid/src/main.c b/examples/device/cdc_msc_hid/src/main.c index a9d1f1618..20b7dd12b 100644 --- a/examples/device/cdc_msc_hid/src/main.c +++ b/examples/device/cdc_msc_hid/src/main.c @@ -85,7 +85,7 @@ void virtual_com_task(void) { if ( tud_cdc_connected() ) { - // connected and there are data available + // connected and there are data available if ( tud_cdc_available() ) { uint8_t buf[64]; |
