stm32/rcc: set rtc clock on f4
This commit is contained in:
@ -74,7 +74,7 @@ pub struct Clocks {
|
||||
#[cfg(any(rcc_h5, rcc_h50, rcc_h7, rcc_h7ab))]
|
||||
pub adc: Option<Hertz>,
|
||||
|
||||
#[cfg(rcc_wb)]
|
||||
#[cfg(any(rcc_wb, rcc_f4))]
|
||||
/// Set only if the lsi or lse is configured
|
||||
pub rtc: Option<Hertz>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user