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