We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfc55c commit ff39f42Copy full SHA for ff39f42
mod.rs
@@ -174,7 +174,7 @@ impl UsbBus for Usbd<'_> {
174
ep_addr: Option<EndpointAddress>,
175
ep_type: EndpointType,
176
max_packet_size: u16,
177
- interval: u8,
+ _interval: u8,
178
) -> usb_device::Result<EndpointAddress> {
179
// Endpoint addresses are fixed in hardware:
180
// - 0x80 / 0x00 - Control EP0
0 commit comments