We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373284e commit 0bbedbdCopy full SHA for 0bbedbd
src/prelude.rs
@@ -1,10 +1,8 @@
1
//! Prelude
2
pub use embedded_hal::prelude::*;
3
4
-#[cfg(all(feature = "device-selected", feature = "singlecore"))]
5
pub use crate::adc::AdcExt as _stm32h7xx_hal_adc_AdcExt;
6
pub use crate::delay::DelayExt as _stm32h7xx_hal_delay_DelayExt;
7
8
pub use crate::flash::FlashExt as _stm32h7xx_hal_flash_FlashExt;
9
pub use crate::gpio::GpioExt as _stm32h7xx_hal_gpio_GpioExt;
10
pub use crate::i2c::I2cExt as _stm32h7xx_hal_i2c_I2cExt;
0 commit comments