summaryrefslogtreecommitdiff
path: root/tinyusb/class/msc_device.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-02 00:18:21 +0700
committerhathach <[email protected]>2018-03-02 00:18:21 +0700
commit2580b4c6a7e45c762e09020719af805f1be46117 (patch)
treebf1bc0a3e722fe9bb71aa7287c932d2f6c73cd7b /tinyusb/class/msc_device.h
parent0afa0ce4ccf493e7684c753ab0af2411eb198f14 (diff)
add tud_mount_cb, tud_umount_cb
remove device class/interface callback
Diffstat (limited to 'tinyusb/class/msc_device.h')
-rw-r--r--tinyusb/class/msc_device.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tinyusb/class/msc_device.h b/tinyusb/class/msc_device.h
index 91f043c10..c8cc29db8 100644
--- a/tinyusb/class/msc_device.h
+++ b/tinyusb/class/msc_device.h
@@ -59,17 +59,6 @@
//--------------------------------------------------------------------+
// APPLICATION CALLBACK API
//--------------------------------------------------------------------+
-/** \brief Callback function that will be invoked when this interface is mounted (configured) by USB host
- * \param[in] coreid USB Controller ID of the interface
- * \note This callback should be used by Application to \b set-up interface-related data
- */
-void tud_msc_mounted_cb(uint8_t coreid);
-
-/** \brief Callback function that will be invoked when this interface is unmounted (bus reset/unplugged)
- * \param[in] coreid USB Controller ID of the interface
- * \note This callback should be used by Application to \b tear-down interface-related data
- */
-void tud_msc_unmounted_cb(uint8_t coreid);
/** \brief Callback that is invoked when tinyusb stack received \ref SCSI_CMD_READ_10 command from host
* \param[in] coreid USB Controller ID