Skip to content

Commit 1a94884

Browse files
Dirbaioeldruin
andauthored
Update src/spi/blocking.rs
Co-authored-by: Diego Barrios Romero <[email protected]>
1 parent 9c00620 commit 1a94884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spi/blocking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
//!
144144
//! # Flushing
145145
//!
146-
//! To improve performance, Bus implementations are allowed to return before the operation is finished, i.e. when the bus is still not
146+
//! To improve performance, [`SpiBus`] implementations are allowed to return before the operation is finished, i.e. when the bus is still not
147147
//! idle.
148148
//!
149149
//! When using a [`SpiBus`], call [`flush`](SpiBusFlush::flush) to wait for operations to actually finish. Examples of situations

0 commit comments

Comments
 (0)