mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-20 04:21:29 +00:00
fix unused warning
This commit is contained in:
parent
366564e952
commit
4bc6a5feb7
@ -408,7 +408,7 @@ void dcd_init(uint8_t rhport) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool dcd_deinit(uint8_t rhport) {
|
bool dcd_deinit(uint8_t rhport) {
|
||||||
assert(rhport == 0);
|
(void) rhport;
|
||||||
|
|
||||||
reset_non_control_endpoints();
|
reset_non_control_endpoints();
|
||||||
irq_remove_handler(USBCTRL_IRQ, dcd_rp2040_irq);
|
irq_remove_handler(USBCTRL_IRQ, dcd_rp2040_irq);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user