mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-29 21:31:08 +00:00
6 lines
125 B
Rust
6 lines
125 B
Rust
#[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")]
|
|
#[cfg_attr(pwr_f4, path = "f4.rs")]
|
|
mod _version;
|
|
|
|
pub use _version::*;
|