F4: Add PWR configuration to PLL
This commit is contained in:
@ -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::*;
|
||||
|
1
embassy-stm32/src/pwr/none.rs
Normal file
1
embassy-stm32/src/pwr/none.rs
Normal file
@ -0,0 +1 @@
|
||||
|
Reference in New Issue
Block a user