Remove redundant dsi_phy: None from rcc
This commit is contained in:
parent
f468d84a5b
commit
4c55931b6a
4 changed files with 0 additions and 7 deletions
|
@ -303,8 +303,6 @@ pub(crate) unsafe fn init(config: Config) {
|
||||||
hsi_div488: hsi.map(|hsi| hsi/488u32),
|
hsi_div488: hsi.map(|hsi| hsi/488u32),
|
||||||
hsi_hse: None,
|
hsi_hse: None,
|
||||||
afif: None,
|
afif: None,
|
||||||
#[cfg(any(stm32f4, stm32f7))]
|
|
||||||
dsi_phy: None, // TODO
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -683,8 +683,6 @@ pub(crate) unsafe fn init(config: Config) {
|
||||||
#[cfg(stm32h5)]
|
#[cfg(stm32h5)]
|
||||||
audioclk: None,
|
audioclk: None,
|
||||||
i2s_ckin: None,
|
i2s_ckin: None,
|
||||||
#[cfg(any(stm32h7, stm32h7rs))]
|
|
||||||
dsi_phy: None, // TODO
|
|
||||||
#[cfg(stm32h7rs)]
|
#[cfg(stm32h7rs)]
|
||||||
spdifrx_symb: None, // TODO
|
spdifrx_symb: None, // TODO
|
||||||
#[cfg(stm32h7rs)]
|
#[cfg(stm32h7rs)]
|
||||||
|
|
|
@ -423,8 +423,6 @@ pub(crate) unsafe fn init(config: Config) {
|
||||||
sai2_extclk: None,
|
sai2_extclk: None,
|
||||||
lsi: None,
|
lsi: None,
|
||||||
lse: None,
|
lse: None,
|
||||||
#[cfg(stm32l4)]
|
|
||||||
dsi_phy: None,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -300,7 +300,6 @@ pub(crate) unsafe fn init(config: Config) {
|
||||||
msik: None,
|
msik: None,
|
||||||
shsi: None,
|
shsi: None,
|
||||||
shsi_div_2: None,
|
shsi_div_2: None,
|
||||||
dsi_phy: None,
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue