stm32: fix wpan_ble test
This commit is contained in:
parent
b5fffbf66f
commit
ad0a306ea5
2
ci.sh
2
ci.sh
@ -182,6 +182,4 @@ if [[ -z "${TELEPROBE_TOKEN-}" ]]; then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm out/tests/stm32wb55rg/wpan_ble
|
|
||||||
|
|
||||||
teleprobe client run -r out/tests
|
teleprobe client run -r out/tests
|
||||||
|
@ -135,7 +135,7 @@ pub const WPAN_DEFAULT: Config = Config {
|
|||||||
prediv: 2,
|
prediv: 2,
|
||||||
}),
|
}),
|
||||||
pll48: None,
|
pll48: None,
|
||||||
rtc: None,
|
rtc: Some(RtcClockSource::LSE),
|
||||||
|
|
||||||
pll: Some(Pll {
|
pll: Some(Pll {
|
||||||
mul: 12,
|
mul: 12,
|
||||||
|
Loading…
Reference in New Issue
Block a user