diff --git a/rp2040-hal/src/gpio/mod.rs b/rp2040-hal/src/gpio/mod.rs index 806c1e1dd..b8e83080b 100644 --- a/rp2040-hal/src/gpio/mod.rs +++ b/rp2040-hal/src/gpio/mod.rs @@ -1480,7 +1480,8 @@ mod eh1 { use crate::gpio::DynPinError; use super::{ - func, AnyPin, AsInputPin, DynFunction, Error, FunctionSio, InOutPin, OutputEnableOverride, Pin, PinId, PullType, SioConfig, SioInput, SioOutput + func, AnyPin, AsInputPin, DynFunction, Error, FunctionSio, InOutPin, OutputEnableOverride, + Pin, PinId, PullType, SioConfig, SioInput, SioOutput, }; impl ErrorType for Pin, P> @@ -1500,7 +1501,6 @@ mod eh1 { type Error = DynPinError; } - impl OutputPin for Pin, P> where I: PinId,