diff options
| author | obe1line <[email protected]> | 2025-07-21 14:39:07 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-21 14:39:07 +1000 |
| commit | 26232778e69bdfddcd1df0747b7414ef936e3ea2 (patch) | |
| tree | 7c259898c111458438775560e29cc50cb8e98ed7 /embassy-stm32/src/rcc | |
| parent | ac996e7e0a08f0a8914c76e4ee040e75a4b2b19b (diff) | |
hsi48 field missing for STM32C071
Diffstat (limited to 'embassy-stm32/src/rcc')
| -rw-r--r-- | embassy-stm32/src/rcc/c0.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/c0.rs b/embassy-stm32/src/rcc/c0.rs index 5a584d993..d44914719 100644 --- a/embassy-stm32/src/rcc/c0.rs +++ b/embassy-stm32/src/rcc/c0.rs | |||
| @@ -186,7 +186,10 @@ pub(crate) unsafe fn init(config: Config) { | |||
| 186 | hsiker: hsiker, | 186 | hsiker: hsiker, |
| 187 | hse: hse, | 187 | hse: hse, |
| 188 | rtc: rtc, | 188 | rtc: rtc, |
| 189 | 189 | ||
| 190 | #[cfg(any(stm32c071))] | ||
| 191 | hsi48: hsi, | ||
| 192 | |||
| 190 | // TODO | 193 | // TODO |
| 191 | lsi: None, | 194 | lsi: None, |
| 192 | lse: None, | 195 | lse: None, |
