6 lines
149 B
Rust
Raw Normal View History

2021-07-16 01:15:31 +02:00
#[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")]
2021-07-29 18:36:04 -03:00
#[cfg_attr(not(any(pwr_h7, pwr_h7smps)), path = "none.rs")]
mod _version;
pub use _version::*;