summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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];