diff options
| author | hathach <[email protected]> | 2014-02-28 18:42:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-02-28 18:42:33 +0700 |
| commit | 5f8f046eaa10f434b9bbb7f7cd0ed0f9dad24952 (patch) | |
| tree | 370244012ea369323f0cf2533e02a3e7c80ec288 /tinyusb/class/msc_host.h | |
| parent | da6b2fbef85118ec8a076f297492683dbbbe5684 (diff) | |
refractor remove tusbh_msc_is_failed
increase usbh enum task from 150 to 200 due to stack overflow when mounting msc device
added task for msc host freeRTOS with stack = 300 (still cannot execute copy command)
Diffstat (limited to 'tinyusb/class/msc_host.h')
| -rw-r--r-- | tinyusb/class/msc_host.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tinyusb/class/msc_host.h b/tinyusb/class/msc_host.h index dfbf323a8..3dcf18704 100644 --- a/tinyusb/class/msc_host.h +++ b/tinyusb/class/msc_host.h @@ -72,9 +72,6 @@ bool tusbh_msc_is_mounted(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_ */
bool tusbh_msc_is_busy(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_RESULT;
-// TODO refractor
-bool tusbh_msc_is_failed(uint8_t dev_addr) ATTR_PURE ATTR_WARN_UNUSED_RESULT;
-
/** \brief Get SCSI vendor's name of MassStorage device
* \param[in] dev_addr device address
* \return pointer to vendor's name or NULL if specified device does not support MassStorage
|
