stm32: fix wpan_ble test

This commit is contained in:
xoviat
2023-09-16 10:19:09 -05:00
parent b5fffbf66f
commit ad0a306ea5
2 changed files with 1 additions and 3 deletions

View File

@ -135,7 +135,7 @@ pub const WPAN_DEFAULT: Config = Config {
prediv: 2,
}),
pll48: None,
rtc: None,
rtc: Some(RtcClockSource::LSE),
pll: Some(Pll {
mul: 12,