X-Git-Url: http://git.code-monkey.de/?p=gps-watch.git;a=blobdiff_plain;f=src%2Fcommon%2Fmx25l.rs;h=ea2b8c1667372fe290f8c041d27566dfc9249d58;hp=388d31172497b858c86c2ac36731156d1d16e2ed;hb=2c3bacd96457b13f6c2f2a7e9ef28ed6f8311d1f;hpb=69aefc68215ac40ab6dfbe9f17d9e3a1bbe77c4a diff --git a/src/common/mx25l.rs b/src/common/mx25l.rs index 388d311..ea2b8c1 100644 --- a/src/common/mx25l.rs +++ b/src/common/mx25l.rs @@ -191,4 +191,8 @@ impl Storage for Mx25l { Ok(()) } + + fn clear(&mut self) { + self.erase_all(); + } }