2021-05-21 20:13:37 -03:00

5 lines
81 B
Rust

#[cfg(feature = "_stm32h7")]
mod h7;
#[cfg(feature = "_stm32h7")]
pub use h7::*;