tusbh_device_ to tuh_device_

This commit is contained in:
hathach
2015-05-01 19:16:56 +07:00
parent a3e7c104b3
commit 6ecea86669
4 changed files with 20 additions and 20 deletions

View File

@@ -69,7 +69,7 @@ TUSB_CFG_ATTR_USBRAM ATTR_ALIGNED(4) STATIC_VAR uint8_t msch_buffer[sizeof(scsi_
//--------------------------------------------------------------------+
bool tuh_msc_is_mounted(uint8_t dev_addr)
{
return tusbh_device_is_configured(dev_addr) && // is configured can be omitted
return tuh_device_is_configured(dev_addr) && // is configured can be omitted
msch_data[dev_addr-1].is_initialized;
}