From ad0a306ea52f7d842efa8ce40c89f462501ed018 Mon Sep 17 00:00:00 2001 From: xoviat Date: Sat, 16 Sep 2023 10:19:09 -0500 Subject: [PATCH] stm32: fix wpan_ble test --- ci.sh | 2 -- embassy-stm32/src/rcc/wb.rs | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ci.sh b/ci.sh index a3d9ef81a..87f47487d 100755 --- a/ci.sh +++ b/ci.sh @@ -182,6 +182,4 @@ if [[ -z "${TELEPROBE_TOKEN-}" ]]; then exit fi -rm out/tests/stm32wb55rg/wpan_ble - teleprobe client run -r out/tests diff --git a/embassy-stm32/src/rcc/wb.rs b/embassy-stm32/src/rcc/wb.rs index d90a50cf4..f003f6d7d 100644 --- a/embassy-stm32/src/rcc/wb.rs +++ b/embassy-stm32/src/rcc/wb.rs @@ -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,