diff options
| author | Daniel Nilsson <[email protected]> | 2025-11-14 09:32:26 +0100 |
|---|---|---|
| committer | Daniel Nilsson <[email protected]> | 2025-11-14 09:32:26 +0100 |
| commit | 31908a26e0ef597511af25b7ffb50f7c64e85560 (patch) | |
| tree | d4a4b3ac0819323ffff9a79ad06c23c7a587741f | |
| parent | 00f80b56c3f72db31117427d6294df19b7401f2e (diff) | |
import spelling error fix
| -rw-r--r-- | embassy-stm32/src/adc/v3.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/adc/v3.rs b/embassy-stm32/src/adc/v3.rs index e6ead5dcf..ce02168ba 100644 --- a/embassy-stm32/src/adc/v3.rs +++ b/embassy-stm32/src/adc/v3.rs | |||
| @@ -12,7 +12,7 @@ pub use pac::adc::vals::{Ovsr, Ovss, Presc}; | |||
| 12 | #[allow(unused_imports)] | 12 | #[allow(unused_imports)] |
| 13 | use super::SealedAdcChannel; | 13 | use super::SealedAdcChannel; |
| 14 | #[allow(unused_imports)] | 14 | #[allow(unused_imports)] |
| 15 | use super::{Adc, Avergaing, Instance, Resolution, SampleTime, Temperature, Vbat, VrefInt, blocking_delay_us}; | 15 | use super::{Adc, Averaging, Instance, Resolution, SampleTime, Temperature, Vbat, VrefInt, blocking_delay_us}; |
| 16 | use crate::adc::ConversionMode; | 16 | use crate::adc::ConversionMode; |
| 17 | use crate::{Peri, pac, peripherals, rcc}; | 17 | use crate::{Peri, pac, peripherals, rcc}; |
| 18 | 18 | ||
