Skip to content

Commit

Permalink
Update src/spi/blocking.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Rahix <rahix@rahix.de>
  • Loading branch information
Dirbaio and Rahix authored Feb 18, 2022
1 parent e42923f commit e3b3a60
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 @@ -46,7 +46,7 @@
//! consists of asserting CS, then doing one or more transfers, then deasserting CS. For the entire duration of the transaction, the [`SpiDevice`]
//! implementation will ensure no other transaction can be opened on the same bus. This is the key that allows correct sharing of the bus.
//!
//! The capabilities of the bus (read-write, read-only or read-write) are determined by which of the [`SpiBus`], [`SpiBusRead`] [`SpiBusWrite`] traits
//! The capabilities of the bus (read-write, read-only or write-only) are determined by which of the [`SpiBus`], [`SpiBusRead`] [`SpiBusWrite`] traits
//! are implemented for the [`Bus`](SpiDevice::Bus) associated type.
//!
//! # For driver authors
Expand Down

0 comments on commit e3b3a60

Please sign in to comment.