Skip to content

Commit

Permalink
expand flush comment
Browse files Browse the repository at this point in the history
  • Loading branch information
almindor committed Aug 2, 2022
1 parent 4448d34 commit e8e62a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spi/bus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ where
SPI: SpiX,
{
fn flush(&mut self) -> Result<(), Self::Error> {
// unnecessary
// unnecessary as all Bus operations always wait for reads to finish

Ok(())
}
Expand Down

0 comments on commit e8e62a7

Please sign in to comment.