Select Git revision
Forked from
Per Lindgren / stm32f4-hal
Source project has a limited visibility.
prelude.rs 254 B
//! Prelude
pub use gpio::GpioExt as _stm32f30x_hal_gpio_GpioExt;
pub use hal::prelude::*;
pub use rcc::RccExt as _stm32f4x_hal_rcc_RccExt;
// pub use time::U32Ext as _stm32f30x_hal_time_U32Ext;
pub use flash::FlashExt as _stm32f30x_hal_flash_FlashExt;