Skip to content

Commit 0bbedbd

Browse files
committed
Remove vestigal dualcore feature gates
Were needed before [stm32-rs/285](stm32-rs/stm32-rs#285)
1 parent 373284e commit 0bbedbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/prelude.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
//! Prelude
22
pub use embedded_hal::prelude::*;
33

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

0 commit comments

Comments
 (0)