Fix RTC for v2l0 & v2l1

This commit is contained in:
Mathias
2022-10-11 10:28:28 +02:00
parent aff265a7f5
commit 9223b67306
3 changed files with 32 additions and 61 deletions

View File

@ -32,7 +32,8 @@ impl<'d, T: Instance> super::Rtc<'d, T> {
feature = "stm32wl54jc-cm0p",
feature = "stm32wle5ub",
feature = "stm32g0c1ve",
feature = "stm32wl55jc-cm4"
feature = "stm32wl55jc-cm4",
feature = "stm32wl55uc-cm4"
)))]
let config_rtcsel = stm32_metapac::rtc::vals::Rtcsel(config_rtcsel);
#[cfg(feature = "stm32g0c1ve")]