stm32/rcc: unify L0 and L1.
This commit is contained in:
parent
d0d0ceec6a
commit
21915a9a3f
6 changed files with 17 additions and 220 deletions
tests/stm32/src
|
@ -332,7 +332,7 @@ pub fn config() -> Config {
|
|||
use embassy_stm32::rcc::*;
|
||||
config.rcc.mux = ClockSrc::PLL(
|
||||
// 32Mhz clock (16 * 4 / 2)
|
||||
PLLSource::HSI,
|
||||
PLLSource::HSI16,
|
||||
PLLMul::MUL4,
|
||||
PLLDiv::DIV2,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue