summaryrefslogtreecommitdiff
path: root/src/class/hid/hid_host.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2026-05-04 19:42:28 +0700
committerhathach <[email protected]>2026-05-04 19:42:28 +0700
commit77258a35ef2dcddef4f62bc51d31b9beef3b46d2 (patch)
treec71170f556f30cd5731159e354e0f4a675d9e9f8 /src/class/hid/hid_host.h
parentfc0747c2a7c04b25b640bfb5acce711fa39f8443 (diff)
add default implementation for tuh_hid_report_received_cb()
Diffstat (limited to 'src/class/hid/hid_host.h')
-rw-r--r--src/class/hid/hid_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_host.h b/src/class/hid/hid_host.h
index 922848fc2..95ba859ad 100644
--- a/src/class/hid/hid_host.h
+++ b/src/class/hid/hid_host.h
@@ -140,7 +140,7 @@ bool tuh_hid_send_ready(uint8_t dev_addr, uint8_t idx);
bool tuh_hid_send_report(uint8_t dev_addr, uint8_t idx, uint8_t report_id, const void *report, uint16_t len);
//--------------------------------------------------------------------+
-// Callbacks (Weak is optional)
+// Callbacks (optional)
//--------------------------------------------------------------------+
// Invoked when device with hid interface is mounted