This commit is contained in:
hathach
2012-12-27 02:29:58 +07:00
parent a2e1fc4a73
commit f4fa62e032
7 changed files with 1822 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ void usb_cdc_recv_isr_stub (void)
@note See example for tusb_cdc_getc
*/
/**************************************************************************/
bool tusb_cdc_putc(uint8_t c)
bool tusb_cdc_putc (uint8_t c)
{
return fifo_write(&ffTX, c);
}