Update src/types/usb_device.rs

This commit is contained in:
doryan 2025-04-28 18:51:49 +03:00
parent e1711038c5
commit ce10b959e4

View File

@ -93,8 +93,6 @@ impl<const L: usize> UsbDevice<L> {
})
}
#[inline]
#[inline(always)]
pub(crate) fn allocated_endpoints(&self) -> impl Iterator<Item = (usize, &USBEndpoint)> {
self.ep_table