summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-13 15:25:43 +0700
committerhathach <[email protected]>2018-12-13 15:25:43 +0700
commitedf885ca465e16d74833a4866951ca9aa7d4326c (patch)
tree6869937edf3afe3182665c329343e6a55b99ba59 /examples
parent07bcc6ca911d342c228b691cbe966aec377de891 (diff)
white spaces
Diffstat (limited to 'examples')
-rw-r--r--examples/device/cdc_msc_hid/src/main.c2
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];