mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
unused (void) cast
This commit is contained in:
parent
0b55047081
commit
35e1a27c95
@ -244,6 +244,7 @@ static void prepare_setup_packet(uint8_t rhport)
|
|||||||
|
|
||||||
static void edpt_reset(uint8_t rhport, uint8_t ep_id)
|
static void edpt_reset(uint8_t rhport, uint8_t ep_id)
|
||||||
{
|
{
|
||||||
|
(void) rhport;
|
||||||
tu_memclr(&_dcd.ep[ep_id], sizeof(_dcd.ep[ep_id]));
|
tu_memclr(&_dcd.ep[ep_id], sizeof(_dcd.ep[ep_id]));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user