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