diff options
| author | Chris Storah <[email protected]> | 2025-07-23 12:50:01 +1000 |
|---|---|---|
| committer | Chris Storah <[email protected]> | 2025-07-23 12:50:01 +1000 |
| commit | bb29fdd3e2b864325bbdea53810843cc2447d3c3 (patch) | |
| tree | e16b96e4fb700804036aaf50f2d643d3a522b041 /embassy-stm32/src/rcc | |
| parent | e64c23076d2c003efe60419eab6b86630d7886b4 (diff) | |
Formatting update to resolve rustfmt error
Diffstat (limited to 'embassy-stm32/src/rcc')
| -rw-r--r-- | embassy-stm32/src/rcc/c0.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/embassy-stm32/src/rcc/c0.rs b/embassy-stm32/src/rcc/c0.rs index b9773d1af..763f1b19c 100644 --- a/embassy-stm32/src/rcc/c0.rs +++ b/embassy-stm32/src/rcc/c0.rs | |||
| @@ -186,14 +186,15 @@ 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 | // TODO | 190 | // TODO |
| 191 | lsi: None, | 191 | lsi: None, |
| 192 | lse: None, | 192 | lse: None, |
| 193 | hsi48: None, | 193 | hsi48: None, |
| 194 | ); | 194 | ); |
| 195 | 195 | ||
| 196 | RCC.ccipr().modify(|w| w.set_adc1sel(stm32_metapac::rcc::vals::Adcsel::SYS)); | 196 | RCC.ccipr() |
| 197 | .modify(|w| w.set_adc1sel(stm32_metapac::rcc::vals::Adcsel::SYS)); | ||
| 197 | } | 198 | } |
| 198 | 199 | ||
| 199 | mod max { | 200 | mod max { |
