diff options
| author | Scott Shawcroft <[email protected]> | 2018-11-08 13:45:30 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2018-11-08 13:45:30 -0800 |
| commit | 30e3c64134789416e10ed867fa12c210b808e98f (patch) | |
| tree | 6cb85cea204a1398e49eeff7b0e96dd5104aad4b /src/class/custom/custom_device.c | |
| parent | 7a40ec2647f06c37c6b8f0b8af2c17ba747f0aeb (diff) | |
Polish up control split and treat it more like a normal endpoint.
Diffstat (limited to 'src/class/custom/custom_device.c')
| -rw-r--r-- | src/class/custom/custom_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/custom/custom_device.c b/src/class/custom/custom_device.c index d43a86b14..1b36f1331 100644 --- a/src/class/custom/custom_device.c +++ b/src/class/custom/custom_device.c @@ -89,7 +89,7 @@ tusb_error_t cusd_open(uint8_t rhport, tusb_desc_interface_t const * p_desc_itf, return TUSB_ERROR_NONE; } -tusb_error_t cusd_control_request_st(uint8_t rhport, tusb_control_request_t const * p_request) +tusb_error_t cusd_control_request(uint8_t rhport, tusb_control_request_t const * p_request) { return TUSB_ERROR_DCD_CONTROL_REQUEST_NOT_SUPPORT; } |
