mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 17:02:30 +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)))]
|
#[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…
Reference in New Issue
Block a user