rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry()

This commit is contained in:
hathach
2021-02-23 11:14:19 +07:00
parent ebc6253bd4
commit f2ed2ae09a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ bool tuh_msc_read_capacity(uint8_t dev_addr, uint8_t lun, scsi_read_capacity10_r
return tuh_msc_scsi_command(dev_addr, &cbw, response, complete_cb);
}
bool tuh_msc_scsi_inquiry(uint8_t dev_addr, uint8_t lun, scsi_inquiry_resp_t* response, tuh_msc_complete_cb_t complete_cb)
bool tuh_msc_inquiry(uint8_t dev_addr, uint8_t lun, scsi_inquiry_resp_t* response, tuh_msc_complete_cb_t complete_cb)
{
msc_cbw_t cbw = { 0 };