Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-stm32/src/gpio.rs
Original file line number Diff line number Diff line change
@@ -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,
}

0 comments on commit 4b06159

Please sign in to comment.