common: Add the gps module.
[gps-watch.git] / src / common / lib.rs
index 61d8f797da3887ab3d411db998859e14b22d8e7b..2cae469cae338305e7f4c021aaa28ad0e51472e6 100644 (file)
@@ -35,10 +35,12 @@ pub mod i2c;
 pub mod uart;
 pub mod watchdog;
 pub mod crc32;
+pub mod ringbuf;
 pub mod buffer;
 pub mod usb_serial;
 pub mod screen;
 pub mod display;
+pub mod gps;
 
 use core::panic::PanicInfo;