diff options
| author | hathach <[email protected]> | 2018-03-11 15:31:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-11 15:31:46 +0700 |
| commit | a77cccb33a818aed9de3ed9bbdc18c6f5efab937 (patch) | |
| tree | 649b1a17cdc7edffe3210f0d2058e0768999a7a5 /tinyusb/class/msc/msc_device.h | |
| parent | cfdc7999f661ecc5d978073f2808d4319ee44426 (diff) | |
update msc device driver to new dcd API
Diffstat (limited to 'tinyusb/class/msc/msc_device.h')
| -rw-r--r-- | tinyusb/class/msc/msc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/msc/msc_device.h b/tinyusb/class/msc/msc_device.h index 1c8e3c8f9..06fc7cf05 100644 --- a/tinyusb/class/msc/msc_device.h +++ b/tinyusb/class/msc/msc_device.h @@ -124,7 +124,7 @@ msc_csw_status_t tud_msc_scsi_cb (uint8_t port, uint8_t lun, uint8_t scsi_cmd[16 void mscd_init(void);
tusb_error_t mscd_open(uint8_t port, tusb_descriptor_interface_t const * p_interface_desc, uint16_t *p_length);
tusb_error_t mscd_control_request_subtask(uint8_t port, tusb_control_request_t const * p_request);
-tusb_error_t mscd_xfer_cb(edpt_hdl_t edpt_hdl, tusb_event_t event, uint32_t xferred_bytes);
+tusb_error_t mscd_xfer_cb(uint8_t port, uint8_t edpt_addr, tusb_event_t event, uint32_t xferred_bytes);
void mscd_close(uint8_t port);
#endif
|
