Skip to content

Commit

Permalink
Update src/spi/blocking.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Barrios Romero <eldruin@gmail.com>
  • Loading branch information
Dirbaio and eldruin authored Feb 24, 2022
1 parent 9c00620 commit 1a94884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spi/blocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
//!
//! # Flushing
//!
//! To improve performance, Bus implementations are allowed to return before the operation is finished, i.e. when the bus is still not
//! To improve performance, [`SpiBus`] implementations are allowed to return before the operation is finished, i.e. when the bus is still not
//! idle.
//!
//! When using a [`SpiBus`], call [`flush`](SpiBusFlush::flush) to wait for operations to actually finish. Examples of situations
Expand Down

0 comments on commit 1a94884

Please sign in to comment.