mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 08:53:17 +00:00
Remove redundant dsi_phy: None from rcc
This commit is contained in:
parent
f468d84a5b
commit
4c55931b6a
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -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)]
|
||||
|
@ -423,8 +423,6 @@ pub(crate) unsafe fn init(config: Config) {
|
||||
sai2_extclk: None,
|
||||
lsi: None,
|
||||
lse: None,
|
||||
#[cfg(stm32l4)]
|
||||
dsi_phy: None,
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -300,7 +300,6 @@ pub(crate) unsafe fn init(config: Config) {
|
||||
msik: None,
|
||||
shsi: None,
|
||||
shsi_div_2: None,
|
||||
dsi_phy: None,
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user