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