diff options
| author | hathach <[email protected]> | 2012-12-27 02:29:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-12-27 02:33:51 +0700 |
| commit | f4fa62e032a33c444cb2794eb4851d65aaad0978 (patch) | |
| tree | e2e2c727390d60df901821a218c14bf698dd2bb5 /tinyusb/class/cdc.c | |
| parent | a2e1fc4a730f0abe73c5b1e5cd5395dcfa0a122c (diff) | |
clean up
Diffstat (limited to 'tinyusb/class/cdc.c')
| -rw-r--r-- | tinyusb/class/cdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc.c b/tinyusb/class/cdc.c index ea7613301..9fd140498 100644 --- a/tinyusb/class/cdc.c +++ b/tinyusb/class/cdc.c @@ -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); } |
