Skip to content

Commit ff39f42

Browse files
committed
Fix warning
1 parent 1cfc55c commit ff39f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl UsbBus for Usbd<'_> {
174174
ep_addr: Option<EndpointAddress>,
175175
ep_type: EndpointType,
176176
max_packet_size: u16,
177-
interval: u8,
177+
_interval: u8,
178178
) -> usb_device::Result<EndpointAddress> {
179179
// Endpoint addresses are fixed in hardware:
180180
// - 0x80 / 0x00 - Control EP0

0 commit comments

Comments
 (0)