mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-01 14:20:33 +00:00
5 lines
81 B
Rust
5 lines
81 B
Rust
#[cfg(feature = "_stm32h7")]
|
|
mod h7;
|
|
#[cfg(feature = "_stm32h7")]
|
|
pub use h7::*;
|