common: Implement the "clear_storage" shell command.
[gps-watch.git] / src / application / main.rs
index cf06f640b529cc8b79c2247762bcb308b6028b7f..3523b885fe9a907b081c9b85da75f9d8b3380643 100644 (file)
@@ -267,7 +267,7 @@ pub unsafe extern "C" fn _start() -> ! {
             }
         });
 
-        shell.update();
+        shell.update(&mut mx25l);
 
         if reset_requested() {
             nvic::system_reset();