2 Commits

Author SHA1 Message Date
b9e1185f86 Cargo.toml
All checks were successful
Rust/va416xx-rs/pipeline/pr-main This commit looks good
2024-09-19 13:34:40 +02:00
a660b2ca26 bootloader adaption
Some checks are pending
Rust/va416xx-rs/pipeline/head Build started...
2024-09-19 13:31:33 +02:00

View File

@ -83,8 +83,6 @@ fn main() -> ! {
// Can't really verify correct behaviour here. Just verify nothing crazy happens or it hangs up.
spi0.read(&mut rx_buf[0..2]).unwrap();
// If the pins are tied together, we should received exactly what we send.
let mut inplace_buf = tx_buf;
spi0.transfer_in_place(&mut inplace_buf)
.expect("SPI transfer_in_place failed");