common: Add the time module.
[gps-watch.git] / src / common / lib.rs
index b6a08c71904f78ae5a812fe611ae144e6893e3cd..e38ff52cf453971e4da618256bf09d7a8e2262ed 100644 (file)
@@ -32,12 +32,17 @@ pub mod systick;
 pub mod port;
 pub mod gpio;
 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;
+pub mod fmt;
+pub mod time;
 
 use core::panic::PanicInfo;