diff options
| author | klownfish <[email protected]> | 2024-12-27 02:54:38 +0100 |
|---|---|---|
| committer | klownfish <[email protected]> | 2024-12-27 02:54:38 +0100 |
| commit | a5a90156ce2eeb09760075cecf0eea8f4d1a9e73 (patch) | |
| tree | 97542b93761b86ff8549894b3d2a8de77de6d73a /embassy-stm32/src/lib.rs | |
| parent | 0836392219f4c47c470267c7b51b51fa730784b8 (diff) | |
cleanup
Diffstat (limited to 'embassy-stm32/src/lib.rs')
| -rw-r--r-- | embassy-stm32/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/lib.rs b/embassy-stm32/src/lib.rs index fb10f2a5f..d04199d05 100644 --- a/embassy-stm32/src/lib.rs +++ b/embassy-stm32/src/lib.rs | |||
| @@ -238,7 +238,7 @@ pub struct Config { | |||
| 238 | #[cfg(any(stm32l4, stm32l5, stm32u5))] | 238 | #[cfg(any(stm32l4, stm32l5, stm32u5))] |
| 239 | pub enable_independent_io_supply: bool, | 239 | pub enable_independent_io_supply: bool, |
| 240 | 240 | ||
| 241 | /// On the U5 series all analog peripherals are powere by a separate supply. | 241 | /// On the U5 series all analog peripherals are powered by a separate supply. |
| 242 | #[cfg(stm32u5)] | 242 | #[cfg(stm32u5)] |
| 243 | pub enable_independent_analog_supply: bool, | 243 | pub enable_independent_analog_supply: bool, |
| 244 | 244 | ||
