mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
FIX: Correct typo in stm32 gpio
This commit is contained in:
parent
4c7ed5e055
commit
0ceb313b6f
@ -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…
Reference in New Issue
Block a user