mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 08:53:17 +00:00
Merge pull request #2569 from bsodmike/stm32_speed_settings_typo
FIX: Correct typo in stm32 gpio
This commit is contained in:
commit
50b621694a
@ -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