common: Add the fmt module.
[gps-watch.git] / SConscript.libcommon
index f15e239b4d134ae0bd718b40ce77a6655317c855..d4a3c2c611bcb3c9be132985feb349dde26718cb 100644 (file)
@@ -18,6 +18,8 @@ source_files_rs = [
     'src/common/usb_serial.rs',
     'src/common/display.rs',
     'src/common/screen.rs',
+    'src/common/gps.rs',
+    'src/common/fmt.rs',
 ]
 
 source_files_c = [