diff options
| author | hathach <[email protected]> | 2014-03-14 10:19:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-14 10:19:44 +0700 |
| commit | 214af7e9885f100d4f4d1882e9305899b6afc2b7 (patch) | |
| tree | 2758f140eb1bdbcda18108671afc5d8b822b0cea /tinyusb/class | |
| parent | 97cce2fa58fef84b58808f1861767a4c05dea8e7 (diff) | |
zero warnings compiling host os none on keil
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/msc_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/msc_host.h b/tinyusb/class/msc_host.h index 3dcf18704..46ee139dd 100644 --- a/tinyusb/class/msc_host.h +++ b/tinyusb/class/msc_host.h @@ -139,7 +139,7 @@ tusb_error_t tusbh_msc_write10(uint8_t dev_addr, uint8_t lun, void const * p_buf * \retval TUSB_ERROR_INVALID_PARA if input parameters are not correct
* \note This function is non-blocking and returns immediately. The result of USB transfer will be reported by the interface's callback function
*/
-tusb_error_t tusbh_msc_request_sense(uint8_t dev_addr, uint8_t lun, uint8_t *p_data) ATTR_WARN_UNUSED_RESULT;
+tusb_error_t tusbh_msc_request_sense(uint8_t dev_addr, uint8_t lun, uint8_t *p_data);
/** \brief Perform SCSI TEST UNIT READY command to test if MassStorage device is ready
* \param[in] dev_addr device address
|
