diff options
Diffstat (limited to 'tinyusb/class')
| -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); } |
