add tud_msc_ready()

This commit is contained in:
hathach
2018-07-25 12:24:16 +07:00
parent c5a41ac9d8
commit 2729937e87
2 changed files with 9 additions and 0 deletions

View File

@@ -94,6 +94,10 @@ VERIFY_STATIC(CFG_TUD_MSC_BUFSIZE < UINT16_MAX, "Size is not correct");
* \defgroup MSC_Device Device
* @{ */
// Check if MSC interface is ready to use
bool tud_msc_ready(void);
//--------------------------------------------------------------------+
// APPLICATION CALLBACK API (WEAK is optional)
//--------------------------------------------------------------------+