We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7567f3 commit 94c2f43Copy full SHA for 94c2f43
src/blocking/spi.rs
@@ -69,7 +69,6 @@ pub mod write {
69
fn write(&mut self, words: &[W]) -> Result<(), S::Error> {
70
for word in words {
71
block!(self.send(word.clone()))?;
72
- block!(self.read())?;
73
}
74
75
Ok(())
0 commit comments