fix build error

This commit is contained in:
hathach 2018-05-12 12:33:53 +07:00
parent f25cf35634
commit e13550c4dd
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ void msc_app_umount(uint8_t rhport)
}
int32_t tud_msc_scsi_cb (uint8_t rhport, uint8_t lun, uint8_t scsi_cmd[16], void* buffer, uint16_t bufsize)
int32_t tud_msc_scsi_cb (uint8_t rhport, uint8_t lun, uint8_t const scsi_cmd[16], void* buffer, uint16_t bufsize)
{
// read10 & write10 has their own callback and MUST not be handled here