Merge pull request #2569 from bsodmike/stm32_speed_settings_typo

FIX: Correct typo in stm32 gpio
This commit is contained in:
Dario Nieuwenhuis 2024-02-14 09:34:54 +01:00 committed by GitHub
commit 50b621694a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))]