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