Update src/types/usb_device.rs
This commit is contained in:
parent
e1711038c5
commit
ce10b959e4
|
@ -93,8 +93,6 @@ impl<const L: usize> UsbDevice<L> {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
#[inline]
|
|
||||||
|
|
||||||
#[inline(always)]
|
#[inline(always)]
|
||||||
pub(crate) fn allocated_endpoints(&self) -> impl Iterator<Item = (usize, &USBEndpoint)> {
|
pub(crate) fn allocated_endpoints(&self) -> impl Iterator<Item = (usize, &USBEndpoint)> {
|
||||||
self.ep_table
|
self.ep_table
|
||||||
|
|
Loading…
Reference in New Issue