1//! Prelude
23pub use flash::FlashExt as _stm32f30x_hal_flash_FlashExt;
4pub use gpio::GpioExt as _stm32f30x_hal_gpio_GpioExt;
5pub use hal::prelude::*;
6pub use rcc::RccExt as _stm32f30x_hal_rcc_RccExt;
7pub use time::U32Ext as _stm32f30x_hal_time_U32Ext;