common: Add the time module.
[gps-watch.git] / src / common / lib.rs
index 2cae469cae338305e7f4c021aaa28ad0e51472e6..e38ff52cf453971e4da618256bf09d7a8e2262ed 100644 (file)
@@ -41,6 +41,8 @@ pub mod usb_serial;
 pub mod screen;
 pub mod display;
 pub mod gps;
+pub mod fmt;
+pub mod time;
 
 use core::panic::PanicInfo;