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 3ba66b6 commit 80161beCopy full SHA for 80161be
examples/spi-dma.rs
@@ -61,7 +61,7 @@ fn main() -> ! {
61
62
// Wait for it to finnish. The transfer takes ownership over the SPI device
63
// and the data being sent anb those things are returned by transfer.wait
64
- let (_spi_dma, _buffer) = transfer.wait();
+ let (_buffer, _spi_dma) = transfer.wait();
65
66
loop {
67
}
0 commit comments