Remove redundant dsi_phy: None from rcc

This commit is contained in:
Joël Schulz-Ansres 2024-05-02 14:58:38 +02:00
parent f468d84a5b
commit 4c55931b6a
4 changed files with 0 additions and 7 deletions

View File

@ -303,8 +303,6 @@ pub(crate) unsafe fn init(config: Config) {
hsi_div488: hsi.map(|hsi| hsi/488u32),
hsi_hse: None,
afif: None,
#[cfg(any(stm32f4, stm32f7))]
dsi_phy: None, // TODO
);
}

View File

@ -683,8 +683,6 @@ pub(crate) unsafe fn init(config: Config) {
#[cfg(stm32h5)]
audioclk: None,
i2s_ckin: None,
#[cfg(any(stm32h7, stm32h7rs))]
dsi_phy: None, // TODO
#[cfg(stm32h7rs)]
spdifrx_symb: None, // TODO
#[cfg(stm32h7rs)]

View File

@ -423,8 +423,6 @@ pub(crate) unsafe fn init(config: Config) {
sai2_extclk: None,
lsi: None,
lse: None,
#[cfg(stm32l4)]
dsi_phy: None,
);
}

View File

@ -300,7 +300,6 @@ pub(crate) unsafe fn init(config: Config) {
msik: None,
shsi: None,
shsi_div_2: None,
dsi_phy: None,
);
}