2021-07-16 01:15:31 +02:00
|
|
|
#[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")]
|
2021-07-31 07:20:37 +02:00
|
|
|
#[cfg_attr(pwr_f4, path = "f4.rs")]
|
2021-10-19 15:36:41 +02:00
|
|
|
#[cfg_attr(pwr_f7, path = "f7.rs")]
|
2021-08-31 14:32:48 +02:00
|
|
|
#[cfg_attr(pwr_wl5, path = "wl5.rs")]
|
2021-09-02 11:19:54 +02:00
|
|
|
#[cfg_attr(pwr_g0, path = "g0.rs")]
|
2021-09-23 14:43:17 +02:00
|
|
|
#[cfg_attr(pwr_l1, path = "l1.rs")]
|
2021-05-25 04:17:24 +02:00
|
|
|
mod _version;
|
|
|
|
|
|
|
|
pub use _version::*;
|