diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/stm32/src/common.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/common.rs b/tests/stm32/src/common.rs index 6dc1b3002..a802cdfcf 100644 --- a/tests/stm32/src/common.rs +++ b/tests/stm32/src/common.rs | |||
| @@ -290,7 +290,7 @@ pub fn config() -> Config { | |||
| 290 | config.rcc.mux = ClockSrc::PLL; | 290 | config.rcc.mux = ClockSrc::PLL; |
| 291 | config.rcc.hsi16 = true; | 291 | config.rcc.hsi16 = true; |
| 292 | config.rcc.pll = Some(Pll { | 292 | config.rcc.pll = Some(Pll { |
| 293 | source: PLLSource::HSI16, | 293 | source: PLLSource::HSI, |
| 294 | prediv: PllPreDiv::DIV1, | 294 | prediv: PllPreDiv::DIV1, |
| 295 | mul: PllMul::MUL18, | 295 | mul: PllMul::MUL18, |
| 296 | divp: None, | 296 | divp: None, |
