diff options
| -rwxr-xr-x | ci.sh | 2 | ||||
| -rw-r--r-- | embassy-stm32/src/rcc/wb.rs | 2 |
2 files changed, 1 insertions, 3 deletions
| @@ -182,6 +182,4 @@ if [[ -z "${TELEPROBE_TOKEN-}" ]]; then | |||
| 182 | exit | 182 | exit |
| 183 | fi | 183 | fi |
| 184 | 184 | ||
| 185 | rm out/tests/stm32wb55rg/wpan_ble | ||
| 186 | |||
| 187 | teleprobe client run -r out/tests | 185 | 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 { | |||
| 135 | prediv: 2, | 135 | prediv: 2, |
| 136 | }), | 136 | }), |
| 137 | pll48: None, | 137 | pll48: None, |
| 138 | rtc: None, | 138 | rtc: Some(RtcClockSource::LSE), |
| 139 | 139 | ||
| 140 | pll: Some(Pll { | 140 | pll: Some(Pll { |
| 141 | mul: 12, | 141 | mul: 12, |
