common: Add the buffer module.
[gps-watch.git] / SConscript.libcommon
index 2680a978fb56638f37869c5abaae1c3252b68903..0696528474f9302de0079bc8bb67330d340114b4 100644 (file)
@@ -7,6 +7,7 @@ source_files_rs = [
     'src/common/nvic.rs',
     'src/common/clock.rs',
     'src/common/crc32.rs',
+    'src/common/buffer.rs',
     'src/common/usb_serial.rs',
 ]