Skip to content

Commit

Permalink
Remove vestigal dualcore feature gates
Browse files Browse the repository at this point in the history
Were needed before [stm32-rs/285](stm32-rs/stm32-rs#285)
  • Loading branch information
richardeoin committed Nov 22, 2019
1 parent 373284e commit 0bbedbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
//! Prelude
pub use embedded_hal::prelude::*;

#[cfg(all(feature = "device-selected", feature = "singlecore"))]
pub use crate::adc::AdcExt as _stm32h7xx_hal_adc_AdcExt;
pub use crate::delay::DelayExt as _stm32h7xx_hal_delay_DelayExt;
#[cfg(all(feature = "device-selected", feature = "singlecore"))]
pub use crate::flash::FlashExt as _stm32h7xx_hal_flash_FlashExt;
pub use crate::gpio::GpioExt as _stm32h7xx_hal_gpio_GpioExt;
pub use crate::i2c::I2cExt as _stm32h7xx_hal_i2c_I2cExt;
Expand Down

0 comments on commit 0bbedbd

Please sign in to comment.