Merge pull request #3101 from ROMemories/patch-1
docs(gpio): fix a typo regarding GPIO speed
This commit is contained in:
commit
d5badb94d2
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ pub enum Speed {
|
||||||
#[cfg(not(any(gpio_v1, syscfg_f0)))]
|
#[cfg(not(any(gpio_v1, syscfg_f0)))]
|
||||||
High,
|
High,
|
||||||
#[cfg_attr(gpio_v1, doc = "Output speed OUTPUT50MHZ")]
|
#[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,
|
VeryHigh,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue