diff options
| author | Joël Schulz-Ansres <[email protected]> | 2024-05-02 14:58:38 +0200 |
|---|---|---|
| committer | Joël Schulz-Ansres <[email protected]> | 2024-05-02 14:58:38 +0200 |
| commit | 4c55931b6afddc20ef5111c87782e9fc7638b6ce (patch) | |
| tree | b1e76f4ce93d241bfba302f5f9701da50b891390 | |
| parent | f468d84a5b44b1a37d5488f3226848d5cd84d0b7 (diff) | |
Remove redundant dsi_phy: None from rcc
| -rw-r--r-- | embassy-stm32/src/rcc/f247.rs | 2 | ||||
| -rw-r--r-- | embassy-stm32/src/rcc/h.rs | 2 | ||||
| -rw-r--r-- | embassy-stm32/src/rcc/l.rs | 2 | ||||
| -rw-r--r-- | embassy-stm32/src/rcc/u5.rs | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/embassy-stm32/src/rcc/f247.rs b/embassy-stm32/src/rcc/f247.rs index 640175f1f..555dd63a1 100644 --- a/embassy-stm32/src/rcc/f247.rs +++ b/embassy-stm32/src/rcc/f247.rs | |||
| @@ -303,8 +303,6 @@ pub(crate) unsafe fn init(config: Config) { | |||
| 303 | hsi_div488: hsi.map(|hsi| hsi/488u32), | 303 | hsi_div488: hsi.map(|hsi| hsi/488u32), |
| 304 | hsi_hse: None, | 304 | hsi_hse: None, |
| 305 | afif: None, | 305 | afif: None, |
| 306 | #[cfg(any(stm32f4, stm32f7))] | ||
| 307 | dsi_phy: None, // TODO | ||
| 308 | ); | 306 | ); |
| 309 | } | 307 | } |
| 310 | 308 | ||
diff --git a/embassy-stm32/src/rcc/h.rs b/embassy-stm32/src/rcc/h.rs index 3cc8a96c8..4d7004872 100644 --- a/embassy-stm32/src/rcc/h.rs +++ b/embassy-stm32/src/rcc/h.rs | |||
| @@ -683,8 +683,6 @@ pub(crate) unsafe fn init(config: Config) { | |||
| 683 | #[cfg(stm32h5)] | 683 | #[cfg(stm32h5)] |
| 684 | audioclk: None, | 684 | audioclk: None, |
| 685 | i2s_ckin: None, | 685 | i2s_ckin: None, |
| 686 | #[cfg(any(stm32h7, stm32h7rs))] | ||
| 687 | dsi_phy: None, // TODO | ||
| 688 | #[cfg(stm32h7rs)] | 686 | #[cfg(stm32h7rs)] |
| 689 | spdifrx_symb: None, // TODO | 687 | spdifrx_symb: None, // TODO |
| 690 | #[cfg(stm32h7rs)] | 688 | #[cfg(stm32h7rs)] |
diff --git a/embassy-stm32/src/rcc/l.rs b/embassy-stm32/src/rcc/l.rs index 1329a03ac..76c06e9f8 100644 --- a/embassy-stm32/src/rcc/l.rs +++ b/embassy-stm32/src/rcc/l.rs | |||
| @@ -423,8 +423,6 @@ pub(crate) unsafe fn init(config: Config) { | |||
| 423 | sai2_extclk: None, | 423 | sai2_extclk: None, |
| 424 | lsi: None, | 424 | lsi: None, |
| 425 | lse: None, | 425 | lse: None, |
| 426 | #[cfg(stm32l4)] | ||
| 427 | dsi_phy: None, | ||
| 428 | ); | 426 | ); |
| 429 | } | 427 | } |
| 430 | 428 | ||
diff --git a/embassy-stm32/src/rcc/u5.rs b/embassy-stm32/src/rcc/u5.rs index 6ec0911bb..d6331f512 100644 --- a/embassy-stm32/src/rcc/u5.rs +++ b/embassy-stm32/src/rcc/u5.rs | |||
| @@ -300,7 +300,6 @@ pub(crate) unsafe fn init(config: Config) { | |||
| 300 | msik: None, | 300 | msik: None, |
| 301 | shsi: None, | 301 | shsi: None, |
| 302 | shsi_div_2: None, | 302 | shsi_div_2: None, |
| 303 | dsi_phy: None, | ||
| 304 | ); | 303 | ); |
| 305 | } | 304 | } |
| 306 | 305 | ||
