clean more warnings

This commit is contained in:
hathach
2014-03-14 14:33:50 +07:00
parent 5e2ed2534e
commit 5f309413dc
5 changed files with 39 additions and 19 deletions

View File

@@ -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 -------------//