FIX: Correct typo in stm32 gpio

This commit is contained in:
Michael de Silva 2024-02-14 07:22:52 +05:30
parent 4c7ed5e055
commit 0ceb313b6f

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