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 87af39a commit 638839cCopy full SHA for 638839c
src/prelude.rs
@@ -8,7 +8,6 @@
8
//! use stm32f3xx-hal::prelude::*;
9
//! ```
10
11
-#[cfg(any(feature = "stm32f302", feature = "stm32f303"))]
12
pub use crate::dma::DmaExt as _stm32f3xx_hal_dma_DmaExt;
13
pub use crate::flash::FlashExt as _stm32f3xx_hal_flash_FlashExt;
14
pub use crate::gpio::GpioExt as _stm32f3xx_hal_gpio_GpioExt;
0 commit comments