diff options
| author | hathach <[email protected]> | 2014-03-14 14:33:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-14 14:33:50 +0700 |
| commit | 5f309413dc8634274ffa68d0e5c7d21e49b246b1 (patch) | |
| tree | 793e0117817e14392912b00de9dd52e1cad37f7c /tinyusb/class | |
| parent | 5e2ed2534ebc7576f028e09023bae923965c645e (diff) | |
clean more warnings
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/msc_host.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tinyusb/class/msc_host.c b/tinyusb/class/msc_host.c index c21bc4ca6..4983a95f4 100644 --- a/tinyusb/class/msc_host.c +++ b/tinyusb/class/msc_host.c @@ -184,6 +184,8 @@ tusb_error_t tusbh_msc_read_capacity10(uint8_t dev_addr, uint8_t lun, uint8_t *p tusb_error_t tusbh_msc_request_sense(uint8_t dev_addr, uint8_t lun, uint8_t *p_data)
{
+ (void) lun; // TODO [MSCH] multiple lun support
+
msch_interface_t* p_msch = &msch_data[dev_addr-1];
//------------- Command Block Wrapper -------------//
|
