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