Skip to content

Commit f86047c

Browse files
Remove some redundant text.
1 parent 1198c8a commit f86047c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

neotron-bmc-pico/src/main.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -809,11 +809,4 @@ where
809809
// defmt::debug!("Sent {:?}", rsp);
810810
}
811811

812-
// TODO: Pins we haven't used yet
813-
// SPI pins
814-
// spi_clk: gpioa.pa5.into_alternate_af0(cs),
815-
// spi_cipo: gpioa.pa6.into_alternate_af0(cs),
816-
// spi_copi: gpioa.pa7.into_alternate_af0(cs),
817-
// I²C pins
818-
// i2c_scl: gpiob.pb6.into_alternate_af4(cs),
819-
// i2c_sda: gpiob.pb7.into_alternate_af4(cs),
812+
// End of file

0 commit comments

Comments
 (0)