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