Skip to content

Commit 5aca858

Browse files
committed
remove unused comment
1 parent dab45ae commit 5aca858

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/gpio.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ macro_rules! pin {
5959
($gpio:ident, led_red) => { $gpio.pin22 };
6060
($gpio:ident, led_green) => { $gpio.pin19 };
6161
($gpio:ident, led_blue) => { $gpio.pin21 };
62-
// #[cfg(feature = "redv")]
63-
// ($gpio:ident, led_blue) => { $gpio.pin4 };
6462
}
6563

6664
#[cfg(feature = "board-redv")]

0 commit comments

Comments
 (0)