stm32/rcc: unify L0 and L1.

This commit is contained in:
Dario Nieuwenhuis 2023-10-11 01:08:01 +02:00
parent d0d0ceec6a
commit 21915a9a3f
6 changed files with 17 additions and 220 deletions
tests/stm32/src

View file

@ -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,
);