common: Add the usb_serial module.
[gps-watch.git] / src / common / lib.rs
index ac388b4234656a6a132dd6373eb2801706bdd14f..c262abda5fba6f16037d012d4d9d97866689b40e 100644 (file)
@@ -29,6 +29,7 @@
 pub mod register;
 pub mod nvic;
 pub mod clock;
+pub mod usb_serial;
 
 #[lang="eh_personality"]
 extern fn eh_personality() {