common: Add the uart module.
[gps-watch.git] / src / common / lib.rs
index b6a08c71904f78ae5a812fe611ae144e6893e3cd..61d8f797da3887ab3d411db998859e14b22d8e7b 100644 (file)
@@ -32,6 +32,7 @@ pub mod systick;
 pub mod port;
 pub mod gpio;
 pub mod i2c;
+pub mod uart;
 pub mod watchdog;
 pub mod crc32;
 pub mod buffer;