diff options
| author | hathach <[email protected]> | 2021-06-29 00:03:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-29 00:03:34 +0700 |
| commit | c172caa288213535ed5c59cea2c13d0e5b4a0597 (patch) | |
| tree | 23bf36051b265783eb26ba65131bf39035581952 /src/class | |
| parent | efc12ae7d4e2c3d6834203aff5dd1178ed601288 (diff) | |
clean up
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/hid/hid_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_host.c b/src/class/hid/hid_host.c index 091c5c1c4..40b6f5631 100644 --- a/src/class/hid/hid_host.c +++ b/src/class/hid/hid_host.c @@ -351,7 +351,7 @@ static bool config_set_protocol(uint8_t dev_addr, tusb_control_request_t const * }; TU_ASSERT( tuh_control_xfer(dev_addr, &new_request, NULL, config_get_report_desc) ); - return false; + return true; } static bool config_get_report_desc(uint8_t dev_addr, tusb_control_request_t const * request, xfer_result_t result) |
