diff options
| author | hathach <[email protected]> | 2022-06-28 13:34:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-28 13:34:47 +0700 |
| commit | 83602ea1234e992dd90d6b3c9b1f0fd8b2bf5a78 (patch) | |
| tree | e45dfa4187b262508636c64f882e23987b1c3c48 /examples/device/hid_boot_interface/src/main.c | |
| parent | 4057c2d8d96a364329d14d3a4b2c237f388cfdc2 (diff) | |
| parent | 3ead682af05bee3a275125f3e0384dd9b2882546 (diff) | |
Merge branch 'master' into rp2040_warning
Diffstat (limited to 'examples/device/hid_boot_interface/src/main.c')
| -rw-r--r-- | examples/device/hid_boot_interface/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/hid_boot_interface/src/main.c b/examples/device/hid_boot_interface/src/main.c index 21cdb383d..1958d614d 100644 --- a/examples/device/hid_boot_interface/src/main.c +++ b/examples/device/hid_boot_interface/src/main.c @@ -181,7 +181,7 @@ void tud_hid_set_protocol_cb(uint8_t instance, uint8_t protocol) // Invoked when sent REPORT successfully to host // Application can use this to send the next report // Note: For composite reports, report[0] is report ID -void tud_hid_report_complete_cb(uint8_t instance, uint8_t const* report, uint8_t len) +void tud_hid_report_complete_cb(uint8_t instance, uint8_t const* report, uint16_t len) { (void) instance; (void) report; |
