remove tud_msc_ready()

This commit is contained in:
hathach
2019-03-27 23:47:59 +07:00
parent 38f7d281d4
commit c09d754654
2 changed files with 0 additions and 8 deletions

View File

@@ -68,9 +68,6 @@ TU_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);
bool tud_msc_set_sense(uint8_t lun, uint8_t sense_key, uint8_t add_sense_code, uint8_t add_sense_qualifier);
//--------------------------------------------------------------------+