diff --git a/rp2040-hal/src/gpio/mod.rs b/rp2040-hal/src/gpio/mod.rs index 28f2a1a91..82fbaacaf 100644 --- a/rp2040-hal/src/gpio/mod.rs +++ b/rp2040-hal/src/gpio/mod.rs @@ -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 { id: I,