mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Fix formatting
This commit is contained in:
parent
7d1ffb69b0
commit
333ad02a0c
@ -6,16 +6,15 @@ use core::sync::atomic::{compiler_fence, Ordering};
|
||||
use core::task::Poll;
|
||||
|
||||
use embassy_sync::waitqueue::AtomicWaker;
|
||||
use embassy_usb_driver::{self as driver};
|
||||
use embassy_usb_driver::{
|
||||
Direction, EndpointAddress, EndpointAllocError, EndpointError, EndpointInfo, EndpointType, Event, Unsupported,
|
||||
self as driver, Direction, EndpointAddress, EndpointAllocError, EndpointError, EndpointInfo, EndpointType, Event,
|
||||
Unsupported,
|
||||
};
|
||||
pub use embassy_usb_driver::{SynchronizationType, UsageType};
|
||||
|
||||
use crate::interrupt::typelevel::{Binding, Interrupt};
|
||||
use crate::{interrupt, pac, peripherals, Peripheral, RegExt};
|
||||
|
||||
use crate::pac::usb_dpram::vals::EpControlEndpointType;
|
||||
use crate::{interrupt, pac, peripherals, Peripheral, RegExt};
|
||||
|
||||
trait SealedInstance {
|
||||
fn regs() -> crate::pac::usb::Usb;
|
||||
|
Loading…
Reference in New Issue
Block a user