diff options
| author | hathach <[email protected]> | 2021-02-23 11:14:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-02-23 11:14:19 +0700 |
| commit | f2ed2ae09a480835eacf049d8959b3c904713be7 (patch) | |
| tree | 13eeed9f833c8c59c3bcbc4304a1cafe6d5c5530 /src/class/msc/msc_host.c | |
| parent | ebc6253bd47ca7a38fe802ee161774938deb3e3b (diff) | |
rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry()
Diffstat (limited to 'src/class/msc/msc_host.c')
| -rw-r--r-- | src/class/msc/msc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/msc/msc_host.c b/src/class/msc/msc_host.c index 02ca81e77..9a44d0632 100644 --- a/src/class/msc/msc_host.c +++ b/src/class/msc/msc_host.c @@ -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 }; |
