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