Skip to content

Commit 820221f

Browse files
committed
Fix CI
Signed-off-by: HiFiPhile <[email protected]>
1 parent 03cfbfd commit 820221f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

examples/device/cdc_uac2/skip.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
mcu:LPC11UXX
2+
mcu:LPC13XX
3+
mcu:NUC121
4+
mcu:SAMD11
5+
mcu:SAME5X
6+
mcu:SAMG
7+
board:stm32l052dap52
8+
family:espressif

src/class/audio/audio_device.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,6 +1448,9 @@ bool audiod_xfer_cb(uint8_t rhport, uint8_t ep_addr, xfer_result_t result, uint3
14481448
}
14491449

14501450
}
1451+
#else
1452+
(void) rhport;
1453+
(void) ep_addr;
14511454
#endif
14521455

14531456
return false;

0 commit comments

Comments
 (0)