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

5 lines
81 B
Rust
Raw Normal View History

2021-05-18 02:35:29 +02:00
#[cfg(feature = "_stm32h7")]
mod h7;
#[cfg(feature = "_stm32h7")]
pub use h7::*;