Skip to content

Commit

Permalink
Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantM11235 committed Sep 20, 2022
1 parent 5842633 commit c99bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-hal-async/src/spi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ pub unsafe trait SpiDevice: ErrorType {
/// **NOTE:**
/// It is not recommended to use this method directly, because it requires `unsafe` code to dereference the raw pointer.
/// Instead, the [`transaction!`] macro should be used, which handles this safely inside the macro.
///
///
/// - Locks the bus
/// - Asserts the CS (Chip Select) pin.
/// - Calls `f` with an exclusive reference to the bus, which can then be used to do transfers against the device.
Expand Down

0 comments on commit c99bbdb

Please sign in to comment.