Skip to content

Commit e8e62a7

Browse files
committed
expand flush comment
1 parent 4448d34 commit e8e62a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spi/bus.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ where
141141
SPI: SpiX,
142142
{
143143
fn flush(&mut self) -> Result<(), Self::Error> {
144-
// unnecessary
144+
// unnecessary as all Bus operations always wait for reads to finish
145145

146146
Ok(())
147147
}

0 commit comments

Comments
 (0)