common: Add the usb_serial module.
[gps-watch.git] / src / common / lib.rs
index 3ed90e8b70cd52bb48da04e3909c6ba636423a77..c262abda5fba6f16037d012d4d9d97866689b40e 100644 (file)
 #![crate_type="rlib"]
 #![feature(lang_items)]
 
+pub mod register;
+pub mod nvic;
+pub mod clock;
+pub mod usb_serial;
+
 #[lang="eh_personality"]
 extern fn eh_personality() {
 }