1 2 3 4 5 6 7
//! Prelude pub use crate::flash::FlashExt as _stm32f3xx_hal_flash_FlashExt; pub use crate::gpio::GpioExt as _stm32f3xx_hal_gpio_GpioExt; pub use crate::hal::prelude::*; pub use crate::rcc::RccExt as _stm32f3xx_hal_rcc_RccExt; pub use crate::time::U32Ext as _stm32f3xx_hal_time_U32Ext;