Skip to content
Snippets Groups Projects
Select Git revision
  • 2bb508529ff07f0a55e1742d444cd3b713f76233
  • master default
2 results

prelude.rs

Blame
  • 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;