mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-14 09:39:50 +00:00
Fix unused parameter in audio test.
This commit is contained in:
parent
14ff7313ee
commit
a85c4ee11d
@ -383,7 +383,7 @@ bool tud_audio_tx_done_pre_load_cb(uint8_t rhport, uint8_t itf, uint8_t ep_in, u
|
|||||||
bool tud_audio_tx_done_post_load_cb(uint8_t rhport, uint16_t n_bytes_copied, uint8_t itf, uint8_t ep_in, uint8_t cur_alt_setting)
|
bool tud_audio_tx_done_post_load_cb(uint8_t rhport, uint16_t n_bytes_copied, uint8_t itf, uint8_t ep_in, uint8_t cur_alt_setting)
|
||||||
{
|
{
|
||||||
(void) rhport;
|
(void) rhport;
|
||||||
(void) rhport;
|
(void) n_bytes_copied;
|
||||||
(void) itf;
|
(void) itf;
|
||||||
(void) ep_in;
|
(void) ep_in;
|
||||||
(void) cur_alt_setting;
|
(void) cur_alt_setting;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user