Skip to content

Commit

Permalink
Update esp-hal/src/gpio/any_pin.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Fischer <[email protected]>
  • Loading branch information
bugadani and Dominaezzz authored Sep 3, 2024
1 parent e9b3578 commit 4e778e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/gpio/any_pin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use super::*;
/// input-only pin as output) will panic.
pub struct AnyPin<'d> {
pin: ErasedPin,
inverted: bool,
is_inverted: bool,
_phantom: PhantomData<&'d ()>,
}

Expand Down

0 comments on commit 4e778e5

Please sign in to comment.