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 /examples | |
| parent | ebc6253bd47ca7a38fe802ee161774938deb3e3b (diff) | |
rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry()
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/cdc_msc_hid/src/msc_app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/src/msc_app.c b/examples/host/cdc_msc_hid/src/msc_app.c index a45fba737..5e2ea308a 100644 --- a/examples/host/cdc_msc_hid/src/msc_app.c +++ b/examples/host/cdc_msc_hid/src/msc_app.c @@ -82,7 +82,7 @@ void tuh_msc_mounted_cb(uint8_t dev_addr) block_size = block_count = 0; uint8_t const lun = 0; - tuh_msc_scsi_inquiry(dev_addr, lun, &inquiry_resp, inquiry_complete_cb); + tuh_msc_inquiry(dev_addr, lun, &inquiry_resp, inquiry_complete_cb); // // //------------- file system (only 1 LUN support) -------------// // uint8_t phy_disk = dev_addr-1; |
