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