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