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