Skip to content

Commit 52ff303

Browse files
plaesnewAM
authored andcommitted
examples: Remove obsolete comment
Now that asymmetric transfers have been fixed, drop unneeded comment.
1 parent a07db8d commit 52ff303

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/spi-eh1-loopback.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ fn main() {
4040
assert_eq!(write, read);
4141
println!(" SUCCESS");
4242

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-
4743
// --- Asymmetric transfer (Read more than we write) ---
4844
print!("Starting asymetric transfer (read > write)...");
4945
let mut read: [u8; 4] = [0x00; 4];

0 commit comments

Comments
 (0)