Merge pull request #3101 from ROMemories/patch-1

docs(gpio): fix a typo regarding GPIO speed
This commit is contained in:
Dario Nieuwenhuis 2024-06-20 22:28:58 +00:00 committed by GitHub
commit d5badb94d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,7 @@ pub enum Speed {
#[cfg(not(any(gpio_v1, syscfg_f0)))]
High,
#[cfg_attr(gpio_v1, doc = "Output speed OUTPUT50MHZ")]
#[cfg_attr(gpio_v2, doc = "Output speed 10")]
#[cfg_attr(gpio_v2, doc = "Output speed 11")]
VeryHigh,
}