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