docs(gpio): fix a typo regarding GPIO speed

This commit is contained in:
ROMemories 2024-06-20 12:09:30 +00:00 committed by GitHub
parent b0172bb582
commit 4b0615957f
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,
}