stm32/rcc: f4/f7 cleanup and make a bit more consistent.

This commit is contained in:
Dario Nieuwenhuis
2022-01-04 21:17:17 +01:00
parent b06e705a73
commit c3fd9a0f44
6 changed files with 38 additions and 38 deletions

View File

@ -61,7 +61,7 @@ pub struct Clocks {
#[cfg(any(rcc_h7))]
pub apb4: Hertz,
#[cfg(rcc_f4)]
#[cfg(any(rcc_f4, rcc_f7))]
pub pll48: Option<Hertz>,
#[cfg(rcc_f1)]