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