Skip to content

Commit 5f422d8

Browse files
committed
Removed NorFlash::range
1 parent 139776e commit 5f422d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/lib.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ pub trait NorFlash {
130130
/// erase resolution
131131
fn try_erase(&mut self, from: Address, to: Address) -> nb::Result<(), Self::Error>;
132132

133-
/// The range of possible addresses within the peripheral.
134-
///
135-
/// (start_addr, end_addr)
136-
fn range(&self) -> (Address, Address);
137-
138133
/// Get all distinct memory reagions. These must not overlap, but can be disjoint.
139134
/// Most chips will return a single region, but some chips have regions with
140135
/// different erase sizes.

0 commit comments

Comments
 (0)