We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db19952 commit 8245b5eCopy full SHA for 8245b5e
README.md
@@ -19,7 +19,7 @@ let spi_mosi = pins.gpio19.into_mode::<hal::gpio::FunctionSpi>();
19
20
let spi = hal::Spi::<_, _, 8>::new(pac.SPI0);
21
22
-Exchange the uninitialized SPI driver for an initialized one
+// Exchange the uninitialized SPI driver for an initialized one
23
let spi = spi.init(
24
&mut pac.RESETS,
25
clocks.peripheral_clock.freq(),
0 commit comments