cosmetic changes
This commit is contained in:
parent
30850a473d
commit
8416bd0fa4
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue