diff options
| author | ROMemories <[email protected]> | 2024-06-20 12:09:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-20 12:09:30 +0000 |
| commit | 4b0615957fe86218eb0529ef35e52305ab9e29c4 (patch) | |
| tree | 554a64f33499975c71c4e2d67c7a67a241be03e8 | |
| parent | b0172bb58217d625a13fed8122827b8d0b03c46a (diff) | |
docs(gpio): fix a typo regarding GPIO speed
| -rw-r--r-- | embassy-stm32/src/gpio.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/gpio.rs b/embassy-stm32/src/gpio.rs index 86bc226a9..87519f51e 100644 --- a/embassy-stm32/src/gpio.rs +++ b/embassy-stm32/src/gpio.rs | |||
| @@ -276,7 +276,7 @@ pub enum Speed { | |||
| 276 | #[cfg(not(any(gpio_v1, syscfg_f0)))] | 276 | #[cfg(not(any(gpio_v1, syscfg_f0)))] |
| 277 | High, | 277 | High, |
| 278 | #[cfg_attr(gpio_v1, doc = "Output speed OUTPUT50MHZ")] | 278 | #[cfg_attr(gpio_v1, doc = "Output speed OUTPUT50MHZ")] |
| 279 | #[cfg_attr(gpio_v2, doc = "Output speed 10")] | 279 | #[cfg_attr(gpio_v2, doc = "Output speed 11")] |
| 280 | VeryHigh, | 280 | VeryHigh, |
| 281 | } | 281 | } |
| 282 | 282 | ||
