diff options
| author | hathach <[email protected]> | 2018-03-22 16:28:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-22 16:30:33 +0700 |
| commit | e2739bb785352e299b6df2fd18c316209f4a86da (patch) | |
| tree | a2fc774670e2d194ffe26df73ac066195a3132ce /tinyusb/class/cdc/cdc_device.h | |
| parent | 90ba1e67d95a0d558443868ac07428cff37b302e (diff) | |
rename funciton trailing _subtask to _st
Diffstat (limited to 'tinyusb/class/cdc/cdc_device.h')
| -rw-r--r-- | tinyusb/class/cdc/cdc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc/cdc_device.h b/tinyusb/class/cdc/cdc_device.h index 44768d1a2..96cc1e868 100644 --- a/tinyusb/class/cdc/cdc_device.h +++ b/tinyusb/class/cdc/cdc_device.h @@ -91,7 +91,7 @@ void tud_cdc_rx_cb(uint8_t port); void cdcd_init(void);
tusb_error_t cdcd_open(uint8_t port, tusb_descriptor_interface_t const * p_interface_desc, uint16_t *p_length);
-tusb_error_t cdcd_control_request_subtask(uint8_t port, tusb_control_request_t const * p_request);
+tusb_error_t cdcd_control_request_st(uint8_t port, tusb_control_request_t const * p_request);
tusb_error_t cdcd_xfer_cb(uint8_t port, uint8_t edpt_addr, tusb_event_t event, uint32_t xferred_bytes);
void cdcd_close(uint8_t port);
|
