feat(imports): add imports for cleaner
This commit is contained in:
parent
7c3fcdabcc
commit
685ed323f7
|
@ -1,6 +1,9 @@
|
|||
use core::cell::Cell;
|
||||
|
||||
use avr_device::{
|
||||
atmega32u4::usb_device::{
|
||||
udint::W as UDINTWriter, ueintx::W as UEINTXWriter, usbint::W as USBINTWriter,
|
||||
},
|
||||
atmega32u4::{PLL, USB_DEVICE},
|
||||
interrupt::{CriticalSection, Mutex},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue