summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-12 14:05:57 +0200
committerHiFiPhile <[email protected]>2024-05-12 14:05:57 +0200
commit301fb2a9f77a50c806c2147946eb434e360be8b0 (patch)
treec76096c1c5361af01925649c144b0d4ec9db3908 /examples/device
parent32d0baaaf81df65ec386ac6940dbfa897348b086 (diff)
Fix CI.
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/uac2_speaker_fb/src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/uac2_speaker_fb/src/main.c b/examples/device/uac2_speaker_fb/src/main.c
index 6609fcedb..6ac8fe989 100644
--- a/examples/device/uac2_speaker_fb/src/main.c
+++ b/examples/device/uac2_speaker_fb/src/main.c
@@ -373,6 +373,7 @@ void tud_audio_feedback_params_cb(uint8_t func_id, uint8_t alt_itf, audio_feedba
bool tud_audio_rx_done_pre_read_cb(uint8_t rhport, uint16_t n_bytes_received, uint8_t func_id, uint8_t ep_out, uint8_t cur_alt_setting)
{
(void)rhport;
+ (void)n_bytes_received;
(void)func_id;
(void)ep_out;
(void)cur_alt_setting;