H7: Add initial PLL configuration
This commit is contained in:
4
embassy-stm32/src/rcc/mod.rs
Normal file
4
embassy-stm32/src/rcc/mod.rs
Normal file
@ -0,0 +1,4 @@
|
||||
#[cfg(feature = "_stm32h7")]
|
||||
mod h7;
|
||||
#[cfg(feature = "_stm32h7")]
|
||||
pub use h7::*;
|
Reference in New Issue
Block a user