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 a07db8d commit 52ff303Copy full SHA for 52ff303
examples/spi-eh1-loopback.rs
@@ -40,10 +40,6 @@ fn main() {
40
assert_eq!(write, read);
41
println!(" SUCCESS");
42
43
- // XXX: After we do an asymmetric transfer, we still have two leftover
44
- // bytes are still in the read buffer, which breaks tests afterwards.
45
- // Spi::flush(&mut spi) doesn't help either
46
-
47
// --- Asymmetric transfer (Read more than we write) ---
48
print!("Starting asymetric transfer (read > write)...");
49
let mut read: [u8; 4] = [0x00; 4];
0 commit comments