diff options
| author | hathach <[email protected]> | 2018-03-23 12:32:40 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-23 12:32:40 +0700 |
| commit | 5f26c57b286ecdc555856c1e3e486923a43f4d04 (patch) | |
| tree | 0cb8d52def0cab79f76d6a0911ac4e0f874edc18 /tinyusb/class/cdc/cdc_device.h | |
| parent | 2c18805aa9b3b46777e0fcfb8d97efba209f9115 (diff) | |
shorten descriptor type
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 c5c57c36e..9fb8cc075 100644 --- a/tinyusb/class/cdc/cdc_device.h +++ b/tinyusb/class/cdc/cdc_device.h @@ -90,7 +90,7 @@ void tud_cdc_rx_cb(uint8_t rhport); #ifdef _TINY_USB_SOURCE_FILE_
void cdcd_init(void);
-tusb_error_t cdcd_open(uint8_t rhport, tusb_descriptor_interface_t const * p_interface_desc, uint16_t *p_length);
+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_xfer_cb(uint8_t rhport, uint8_t edpt_addr, tusb_event_t event, uint32_t xferred_bytes);
void cdcd_close(uint8_t rhport);
|
