cosmetic changes

This commit is contained in:
doryan 2025-02-13 00:29:13 +04:00
parent 30850a473d
commit 8416bd0fa4

View File

@ -94,7 +94,7 @@ impl<const L: usize> UsbDevice<L> {
UsbBusAllocator::new(Self {
pll: Mutex::new(pll),
usb: Mutex::new(usb),
ep_table: [Default::default(); L],
ep_table: [USBEndpoint::default(); L],
pending_ins: Mutex::new(Cell::new(0u8)),
dpram_already_used: 0,
})