added and tested nRF52833DK (pca10100)

This commit is contained in:
hathach
2019-11-11 00:11:49 +07:00
parent 4008f0d1e6
commit d65bc34bfe
5 changed files with 281 additions and 2 deletions

View File

@@ -136,7 +136,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 example\r\n");
tud_cdc_write_str("\r\nTinyUSB CDC MSC device example\r\n");
}
}