Skip to content

Commit

Permalink
Update gpio.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
noahbliss authored Nov 24, 2023
1 parent 2507da0 commit 14dcf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ impl<'d, T: Pin, MODE> PinDriver<'d, T, MODE> {

pub fn set_pull(&mut self, pull: Pull) -> Result<(), EspError>
where
T: InputPin,
T: Pin,
MODE: InputMode,
{
if MODE::RTC {
Expand Down

0 comments on commit 14dcf76

Please sign in to comment.