diff options
| author | Gavin Li <[email protected]> | 2020-08-20 02:20:01 -0700 |
|---|---|---|
| committer | Gavin Li <[email protected]> | 2020-08-20 02:20:01 -0700 |
| commit | 15b063beb287785b2bf84d00361000036afaba2c (patch) | |
| tree | 32955fb4259c32f01b01e1767367476b6010a6f5 /src/class/cdc/cdc_device.h | |
| parent | 7ae47a93979071ec3c7724c35f1ef55572ad1a1f (diff) | |
Smarter CDC TX refill logic
Diffstat (limited to 'src/class/cdc/cdc_device.h')
| -rw-r--r-- | src/class/cdc/cdc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h index 13b59416b..7e9e8ca21 100644 --- a/src/class/cdc/cdc_device.h +++ b/src/class/cdc/cdc_device.h @@ -129,7 +129,7 @@ TU_ATTR_WEAK void tud_cdc_rx_cb(uint8_t itf); TU_ATTR_WEAK void tud_cdc_rx_wanted_cb(uint8_t itf, char wanted_char); // Invoked when space becomes available in TX buffer -TU_ATTR_WEAK void tud_cdc_tx_cb(uint8_t itf); +TU_ATTR_WEAK void tud_cdc_tx_complete_cb(uint8_t itf); // Invoked when line state DTR & RTS are changed via SET_CONTROL_LINE_STATE TU_ATTR_WEAK void tud_cdc_line_state_cb(uint8_t itf, bool dtr, bool rts); |
