//! USB Device support
use crate;
pub use usb_device;
pub use *;
pub use UsbBus;
use Descriptors;
/// Emit SOF at 1Khz on this pin when configured as function G
pub type SofPad = ;
/// USB D- is connected here
pub type DmPad = ;
/// USB D+ is connected here
pub type DpPad = ;