diff options
| -rw-r--r-- | embassy-stm32/src/rcc/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/mod.rs b/embassy-stm32/src/rcc/mod.rs index 698da8d80..4d4c6b610 100644 --- a/embassy-stm32/src/rcc/mod.rs +++ b/embassy-stm32/src/rcc/mod.rs | |||
| @@ -74,7 +74,7 @@ pub struct Clocks { | |||
| 74 | #[cfg(any(rcc_h5, rcc_h50, rcc_h7, rcc_h7ab))] | 74 | #[cfg(any(rcc_h5, rcc_h50, rcc_h7, rcc_h7ab))] |
| 75 | pub adc: Option<Hertz>, | 75 | pub adc: Option<Hertz>, |
| 76 | 76 | ||
| 77 | #[cfg(any(rcc_wb, rcc_f4))] | 77 | #[cfg(any(rcc_wb, rcc_f4, rcc_f410))] |
| 78 | /// Set only if the lsi or lse is configured | 78 | /// Set only if the lsi or lse is configured |
| 79 | pub rtc: Option<Hertz>, | 79 | pub rtc: Option<Hertz>, |
| 80 | } | 80 | } |
