diff options
| -rw-r--r-- | embassy-stm32/src/gpio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/gpio.rs b/embassy-stm32/src/gpio.rs index 1051a13c8..00e3e1727 100644 --- a/embassy-stm32/src/gpio.rs +++ b/embassy-stm32/src/gpio.rs | |||
| @@ -249,7 +249,7 @@ impl From<Pull> for vals::Pupdr { | |||
| 249 | 249 | ||
| 250 | /// Speed settings | 250 | /// Speed settings |
| 251 | /// | 251 | /// |
| 252 | /// These vary dpeending on the chip, ceck the reference manual or datasheet for details. | 252 | /// These vary depending on the chip, check the reference manual or datasheet for details. |
| 253 | #[allow(missing_docs)] | 253 | #[allow(missing_docs)] |
| 254 | #[derive(Debug, Copy, Clone)] | 254 | #[derive(Debug, Copy, Clone)] |
| 255 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] | 255 | #[cfg_attr(feature = "defmt", derive(defmt::Format))] |
