common: Add Rust glue for the ringbuf module.
[gps-watch.git] / src / common / lib.rs
index 61d8f797da3887ab3d411db998859e14b22d8e7b..2f7d8944c64935c531bca68061e228f9482d810c 100644 (file)
@@ -35,6 +35,7 @@ pub mod i2c;
 pub mod uart;
 pub mod watchdog;
 pub mod crc32;
+pub mod ringbuf;
 pub mod buffer;
 pub mod usb_serial;
 pub mod screen;