Skip to content

Commit

Permalink
Always another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Aug 19, 2024
1 parent 676dbf3 commit 936c3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rp2040-hal-examples/src/bin/spi_eh_bus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ where
Ok(())
}

/// Our hypothetical Spi device has a register at 0x90, that we can a 2 byte value from
/// Our hypothetical Spi device has a register at 0x90, that we can read a 2 byte value from
pub fn get_value(&mut self) -> Result<[u8; 2], MyError<SPI::Error>> {
let mut buf = [0; 2];
self.spi
Expand Down

0 comments on commit 936c3bc

Please sign in to comment.