5 lines
81 B
Rust
5 lines
81 B
Rust
|
#[cfg(feature = "_stm32h7")]
|
||
|
mod h7;
|
||
|
#[cfg(feature = "_stm32h7")]
|
||
|
pub use h7::*;
|