Skip to content

Commit

Permalink
examples: Remove obsolete comment
Browse files Browse the repository at this point in the history
Now that asymmetric transfers have been fixed, drop unneeded
comment.
  • Loading branch information
plaes authored and newAM committed Oct 31, 2023
1 parent a07db8d commit 52ff303
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/spi-eh1-loopback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ fn main() {
assert_eq!(write, read);
println!(" SUCCESS");

// XXX: After we do an asymmetric transfer, we still have two leftover
// bytes are still in the read buffer, which breaks tests afterwards.
// Spi::flush(&mut spi) doesn't help either

// --- Asymmetric transfer (Read more than we write) ---
print!("Starting asymetric transfer (read > write)...");
let mut read: [u8; 4] = [0x00; 4];
Expand Down

0 comments on commit 52ff303

Please sign in to comment.