embassy/embassy-stm32/src/pwr/mod.rs

5 lines
81 B
Rust
Raw Normal View History

2021-05-21 03:08:07 +02:00
#[cfg(feature = "_stm32h7")]
mod h7;
#[cfg(feature = "_stm32h7")]
pub use h7::*;