diff options
| author | hathach <[email protected]> | 2026-05-04 19:42:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-05-04 19:42:28 +0700 |
| commit | 77258a35ef2dcddef4f62bc51d31b9beef3b46d2 (patch) | |
| tree | c71170f556f30cd5731159e354e0f4a675d9e9f8 /src/class/hid/hid_host.h | |
| parent | fc0747c2a7c04b25b640bfb5acce711fa39f8443 (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.h | 2 |
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 |
