Skip to content

Commit 8245b5e

Browse files
authored
Minor README.md update
1 parent db19952 commit 8245b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let spi_mosi = pins.gpio19.into_mode::<hal::gpio::FunctionSpi>();
1919

2020
let spi = hal::Spi::<_, _, 8>::new(pac.SPI0);
2121

22-
Exchange the uninitialized SPI driver for an initialized one
22+
// Exchange the uninitialized SPI driver for an initialized one
2323
let spi = spi.init(
2424
&mut pac.RESETS,
2525
clocks.peripheral_clock.freq(),

0 commit comments

Comments
 (0)