FIX: Correct typo in stm32 gpio
This commit is contained in:
parent
4c7ed5e055
commit
0ceb313b6f
1 changed files with 1 additions and 1 deletions
|
@ -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))]
|
||||
|
|
Loading…
Add table
Reference in a new issue