Skip to content

Commit

Permalink
doc: fix placeholder names
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinuel committed May 21, 2023
1 parent 6d474b9 commit c5c97ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp2040-hal/src/gpio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub enum OutputOverride {
AlwaysHigh = 3,
}

/// Represents a pin, with a given ID (e.g. Xx), a given function (e.g. Uart) and a given pull type
/// Represents a pin, with a given ID (e.g. Gpio3), a given function (e.g. FunctionUart) and a given pull type
/// (e.g. pull-down).
pub struct Pin<I: PinId, F: func::Function, P: PullType> {
id: I,
Expand Down

0 comments on commit c5c97ce

Please sign in to comment.