H7: Add initial PLL configuration

This commit is contained in:
Thales Fragoso
2021-05-17 21:35:29 -03:00
parent 7e388fcf58
commit 054f0d51dc
4 changed files with 183 additions and 2 deletions

View File

@ -0,0 +1,4 @@
#[cfg(feature = "_stm32h7")]
mod h7;
#[cfg(feature = "_stm32h7")]
pub use h7::*;