We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8492b commit 4f4ab10Copy full SHA for 4f4ab10
src/nor_flash.rs
@@ -11,7 +11,7 @@ pub trait ReadNorFlash {
11
/// Read a slice of data from the storage peripheral, starting the read
12
/// operation at the given address offset, and reading `bytes.len()` bytes.
13
///
14
- /// This should throw an error in case `bytes.len()` will be larger than
+ /// This should throw an error in case `bytes.len()` will be larger than
15
/// the peripheral end address.
16
fn try_read(&mut self, offset: u32, bytes: &mut [u8]) -> Result<(), Self::Error>;
17
0 commit comments