Skip to content

Commit 7281bfb

Browse files
committed
Fix warning
Signed-off-by: Mengsk <[email protected]>
1 parent 30f8a9d commit 7281bfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/portable/st/stm32_fsdev/dcd_stm32_fsdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ bool dcd_edpt_iso_alloc(uint8_t rhport, uint8_t ep_addr, uint16_t largest_packet
678678
btable_set_addr(ep_idx, 1, pma_addr2);
679679
#else
680680
btable_set_addr(ep_idx, dir == TUSB_DIR_IN ? BTABLE_BUF_TX : BTABLE_BUF_RX, pma_addr);
681+
(void) pma_addr2;
681682
#endif
682683

683684
xfer_ctl_t* xfer = xfer_ctl_ptr(ep_num, dir);

0 commit comments

Comments
 (0)