mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
docs(gpio): fix a typo regarding GPIO speed
This commit is contained in:
parent
b0172bb582
commit
4b0615957f
@ -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 New Issue
Block a user