common: Add the port module.
[gps-watch.git] / src / common / lib.rs
index dfe7b40bc094b832a4f003c200de7f36f2efea2a..17a35872e547beab28f6d6f34ffabe711605a482 100644 (file)
@@ -28,6 +28,8 @@
 pub mod register;
 pub mod nvic;
 pub mod clock;
+pub mod systick;
+pub mod port;
 pub mod crc32;
 pub mod buffer;
 pub mod usb_serial;