diff options
| author | hathach <[email protected]> | 2018-03-02 19:00:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-02 19:00:03 +0700 |
| commit | bc9274591fe4b1b21cbe85aa9a4ebf4e8d2723e9 (patch) | |
| tree | 6cd40c5bd3db6dbfd272d425e62a4438a8245885 /tinyusb/class/msc_host.c | |
| parent | acb01b5a2477b483b5fa51c325e9e80839b4f033 (diff) | |
clean up compiler
Diffstat (limited to 'tinyusb/class/msc_host.c')
| -rw-r--r-- | tinyusb/class/msc_host.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/class/msc_host.c b/tinyusb/class/msc_host.c index 00186ddd9..cff0bf472 100644 --- a/tinyusb/class/msc_host.c +++ b/tinyusb/class/msc_host.c @@ -102,7 +102,6 @@ tusb_error_t tuh_msc_get_capacity(uint8_t dev_addr, uint32_t* p_last_lba, uint32 //--------------------------------------------------------------------+
// PUBLIC API: SCSI COMMAND
//--------------------------------------------------------------------+
-static inline void msc_cbw_add_signature(msc_cmd_block_wrapper_t *p_cbw, uint8_t lun) ATTR_ALWAYS_INLINE;
static inline void msc_cbw_add_signature(msc_cmd_block_wrapper_t *p_cbw, uint8_t lun)
{
p_cbw->signature = MSC_CBW_SIGNATURE;
|
