summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-23 11:14:19 +0700
committerhathach <[email protected]>2021-02-23 11:14:19 +0700
commitf2ed2ae09a480835eacf049d8959b3c904713be7 (patch)
tree13eeed9f833c8c59c3bcbc4304a1cafe6d5c5530 /examples
parentebc6253bd47ca7a38fe802ee161774938deb3e3b (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.c2
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;