common: Add the systick module.
[gps-watch.git] / src / common / lib.rs
index 34522e8f968518a2c3a3e930f02d36433c177dbe..e93861e8f168c3d0c1251bf81e458f0166b90d46 100644 (file)
@@ -28,6 +28,9 @@
 pub mod register;
 pub mod nvic;
 pub mod clock;
+pub mod systick;
+pub mod crc32;
+pub mod buffer;
 pub mod usb_serial;
 
 use core::panic::PanicInfo;