summaryrefslogtreecommitdiff
path: root/src/class/cdc/cdc_device.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2022-12-22 22:34:20 +0700
committerGitHub <[email protected]>2022-12-22 22:34:20 +0700
commit48f4d8b7f7eda7ee4046c1c6cd9be2b5c0d81603 (patch)
treee98222872e5afedb597cb76163d89d947f78b73f /src/class/cdc/cdc_device.h
parent2777df411f23c7105568d73c92dc496dd2a9d97e (diff)
parent15a02d04df33afdeddc751453bbaefd4bc895939 (diff)
Merge pull request #1810 from hathach/fix-cdc-buf
fix incorrect rx buf in cdc
Diffstat (limited to 'src/class/cdc/cdc_device.h')
-rw-r--r--src/class/cdc/cdc_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h
index f625a7554..a7d25bd32 100644
--- a/src/class/cdc/cdc_device.h
+++ b/src/class/cdc/cdc_device.h
@@ -134,7 +134,7 @@ TU_ATTR_WEAK void tud_cdc_rx_cb(uint8_t itf);
// Invoked when received `wanted_char`
TU_ATTR_WEAK void tud_cdc_rx_wanted_cb(uint8_t itf, char wanted_char);
-// Invoked when space becomes available in TX buffer
+// Invoked when a TX is complete and therefore space becomes available in TX buffer
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