Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 28, 2024
1 parent f234f5e commit 6dafd03
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 @@ -401,7 +401,7 @@ macro_rules! gpio {
gpio.pupdr().modify(|_, w| {
w.pupdr($i).pull_down()
});

});
$PXi { _mode: PhantomData }
}
Expand Down

0 comments on commit 6dafd03

Please sign in to comment.