docs(gpio): fix a typo regarding GPIO speed
This commit is contained in:
parent
b0172bb582
commit
4b0615957f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue