Skip to content

Commit

Permalink
fix unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Apr 8, 2024
1 parent 366564e commit 4bc6a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/portable/raspberrypi/rp2040/dcd_rp2040.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ void dcd_init(uint8_t rhport) {
}

bool dcd_deinit(uint8_t rhport) {
assert(rhport == 0);
(void) rhport;

reset_non_control_endpoints();
irq_remove_handler(USBCTRL_IRQ, dcd_rp2040_irq);
Expand Down

0 comments on commit 4bc6a5f

Please sign in to comment.