aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael de Silva <[email protected]>2024-02-14 07:22:52 +0530
committerMichael de Silva <[email protected]>2024-02-14 07:22:52 +0530
commit0ceb313b6f0827c1b9544f8b87e721c616de8cc2 (patch)
tree00d383434752656a844bd5ce5a7b917dc9046a4c
parent4c7ed5e0556e7edbf7020b4cac9f301ad6152905 (diff)
FIX: Correct typo in stm32 gpio
-rw-r--r--embassy-stm32/src/gpio.rs2
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))]