diff options
Diffstat (limited to 'examples/obsolete/device/src/msc_device_app.c')
| -rw-r--r-- | examples/obsolete/device/src/msc_device_app.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/obsolete/device/src/msc_device_app.c b/examples/obsolete/device/src/msc_device_app.c index 240f8f4dc..906c1fa09 100644 --- a/examples/obsolete/device/src/msc_device_app.c +++ b/examples/obsolete/device/src/msc_device_app.c @@ -89,17 +89,17 @@ static scsi_mode_parameters_t const msc_dev_mode_para = //--------------------------------------------------------------------+ // tinyusb callbacks //--------------------------------------------------------------------+ -void msc_app_mount(uint8_t coreid) +void msc_app_mount(uint8_t port) { } -void msc_app_umount(uint8_t coreid) +void msc_app_umount(uint8_t port) { } -msc_csw_status_t tud_msc_scsi_cb (uint8_t coreid, uint8_t lun, uint8_t scsi_cmd[16], void const ** pp_buffer, uint16_t* p_length) +msc_csw_status_t tud_msc_scsi_cb (uint8_t port, uint8_t lun, uint8_t scsi_cmd[16], void const ** pp_buffer, uint16_t* p_length) { // read10 & write10 has their own callback and MUST not be handled here switch (scsi_cmd[0]) |
