mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-13 17:37:41 +00:00
Fix clippy error
This commit is contained in:
parent
bc736f2d9c
commit
46a52222e2
@ -127,7 +127,7 @@ where
|
||||
let _ = s
|
||||
.bytes()
|
||||
.map(|c| nb::block!(self.write(Word::from(c))))
|
||||
.last();
|
||||
.next_back();
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user