F4: Add PWR configuration to PLL

This commit is contained in:
Thales Fragoso
2021-07-29 18:36:04 -03:00
parent 5cfb9adad8
commit 0421c57bd6
4 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,5 @@
#[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")]
#[cfg_attr(not(any(pwr_h7, pwr_h7smps)), path = "none.rs")]
mod _version;
pub use _version::*;

View File

@ -0,0 +1 @@