print correct example name

This commit is contained in:
hathach 2020-04-11 13:40:40 +07:00
parent ae1314f1c7
commit 1751064f70
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ void tud_cdc_line_state_cb(uint8_t itf, bool dtr, bool rts)
if ( dtr && rts )
{
// print initial message when connected
tud_cdc_write_str("\r\nTinyUSB CDC MSC HID device with FreeRTOS example\r\n");
tud_cdc_write_str("\r\nTinyUSB CDC MSC device with FreeRTOS example\r\n");
}
}