feat(stm32f7): restore rtc configuration for stm32f7 series

This commit is contained in:
Mateusz Butkiewicz
2023-09-27 15:13:43 +02:00
parent 624f786203
commit e1951f3ddf
2 changed files with 19 additions and 1 deletions

View File

@ -97,7 +97,7 @@ pub struct Clocks {
#[cfg(stm32f334)]
pub hrtim: Option<Hertz>,
#[cfg(any(rcc_wb, rcc_f4, rcc_f410))]
#[cfg(any(rcc_wb, rcc_f4, rcc_f410, rcc_f7))]
/// Set only if the lsi or lse is configured, indicates stop is supported
pub rtc: Option<Hertz>,