diff options
| author | Scott Shawcroft <[email protected]> | 2018-11-07 23:04:34 -0800 |
|---|---|---|
| committer | Scott Shawcroft <[email protected]> | 2018-11-07 23:04:34 -0800 |
| commit | 7a40ec2647f06c37c6b8f0b8af2c17ba747f0aeb (patch) | |
| tree | 0224c95aa13c6203e690c9cb936b544785b97ac6 /src/class/cdc/cdc_device.h | |
| parent | c582c0fda972eb90d5d617436e75182ea0235542 (diff) | |
Split out the control endpoint logic
Diffstat (limited to 'src/class/cdc/cdc_device.h')
| -rw-r--r-- | src/class/cdc/cdc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_device.h b/src/class/cdc/cdc_device.h index 2e03793a9..88d37a83c 100644 --- a/src/class/cdc/cdc_device.h +++ b/src/class/cdc/cdc_device.h @@ -112,7 +112,7 @@ ATTR_WEAK void tud_cdc_line_coding_cb(uint8_t itf, cdc_line_coding_t const* p_li void cdcd_init (void);
tusb_error_t cdcd_open (uint8_t rhport, tusb_desc_interface_t const * p_interface_desc, uint16_t *p_length);
-tusb_error_t cdcd_control_request_st (uint8_t rhport, tusb_control_request_t const * p_request);
+tusb_error_t cdcd_control_request (uint8_t rhport, tusb_control_request_t const * p_request, uint16_t bytes_already_sent);
tusb_error_t cdcd_xfer_cb (uint8_t rhport, uint8_t edpt_addr, tusb_event_t event, uint32_t xferred_bytes);
void cdcd_reset (uint8_t rhport);
|
