Skip to content

Commit

Permalink
FIX: Correct typo in stm32 gpio
Browse files Browse the repository at this point in the history
  • Loading branch information
bsodmike committed Feb 14, 2024
1 parent 4c7ed5e commit 0ceb313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-stm32/src/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl From<Pull> for vals::Pupdr {

/// Speed settings
///
/// These vary dpeending on the chip, ceck the reference manual or datasheet for details.
/// These vary depending on the chip, check the reference manual or datasheet for details.
#[allow(missing_docs)]
#[derive(Debug, Copy, Clone)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
Expand Down

0 comments on commit 0ceb313

Please sign in to comment.