Skip to content

Commit 6dafd03

Browse files
committed
fmt
1 parent f234f5e commit 6dafd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gpio.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ macro_rules! gpio {
401401
gpio.pupdr().modify(|_, w| {
402402
w.pupdr($i).pull_down()
403403
});
404-
404+
405405
});
406406
$PXi { _mode: PhantomData }
407407
}

0 commit comments

Comments
 (0)