We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e0ce7 commit ad1466fCopy full SHA for ad1466f
src/spi.rs
@@ -259,7 +259,6 @@ where
259
}
260
261
fn send_param_length<P: NinaParam>(&mut self, param: &mut P) -> Result<(), self::Error> {
262
- // TODO: use eh2's Transfer which has separate read/write bufs
263
264
for byte in param.length_as_bytes().into_iter() {
265
self.bus.transfer(&mut [byte]).ok().unwrap();
0 commit comments