Skip to content

Commit ad1466f

Browse files
calebbourgjhodapp
andauthored
Update src/spi.rs
Co-authored-by: Jim Hodapp <james.hodapp@gmail.com>
1 parent 11e0ce7 commit ad1466f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/spi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ where
259259
}
260260

261261
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
263262

264263
for byte in param.length_as_bytes().into_iter() {
265264
self.bus.transfer(&mut [byte]).ok().unwrap();

0 commit comments

Comments
 (0)