summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-05-22 22:03:21 +0700
committerhathach <[email protected]>2021-05-22 22:03:21 +0700
commita2c4a48dd627828f5899e5ab70412594b60f37c6 (patch)
tree3c9008c638ea63e38430a20feda54148efb28ca6 /examples
parentb8e019da321512758959f6fb3b2f0192bda698dc (diff)
add tuh_hid_report_sent_cb()
Diffstat (limited to 'examples')
-rw-r--r--examples/host/cdc_msc_hid/src/hid_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/src/hid_app.c b/examples/host/cdc_msc_hid/src/hid_app.c
index 67be8d50f..23ab12404 100644
--- a/examples/host/cdc_msc_hid/src/hid_app.c
+++ b/examples/host/cdc_msc_hid/src/hid_app.c
@@ -75,7 +75,7 @@ void tuh_hid_umount_cb(uint8_t dev_addr, uint8_t instance)
printf("HID device address = %d, instance = %d is unmounted\r\n", dev_addr, instance);
}
-// Invoked when received Report from device via either regular endpoint
+// Invoked when received report from device via interrupt endpoint
void tuh_hid_report_received_cb(uint8_t dev_addr, uint8_t instance, uint8_t const* report, uint16_t len)
{
(void) dev_addr;