Skip to content

Commit 638839c

Browse files
committed
dma: Remove feature restriction in prelude
1 parent 87af39a commit 638839c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/prelude.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
//! use stm32f3xx-hal::prelude::*;
99
//! ```
1010
11-
#[cfg(any(feature = "stm32f302", feature = "stm32f303"))]
1211
pub use crate::dma::DmaExt as _stm32f3xx_hal_dma_DmaExt;
1312
pub use crate::flash::FlashExt as _stm32f3xx_hal_flash_FlashExt;
1413
pub use crate::gpio::GpioExt as _stm32f3xx_hal_gpio_GpioExt;

0 commit comments

Comments
 (0)