common: Add the storage module.
[gps-watch.git] / src / common / lib.rs
index c74704c4ef5612b9f7803e31c146d6d0c030f2e8..72b261a3e14f2717e76f66aee0d921b22a6f0c4e 100644 (file)
@@ -44,3 +44,5 @@ pub mod display;
 pub mod gps;
 pub mod fmt;
 pub mod time;
+pub mod storage;
+pub mod mx25l;