common: Add the gpio module.
[gps-watch.git] / src / common / lib.rs
index 17a35872e547beab28f6d6f34ffabe711605a482..7828fea3224f237605130d4ceae19926009f3dfc 100644 (file)
@@ -30,6 +30,7 @@ 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;