common: Add the i2c module.
[gps-watch.git] / SConscript.libcommon
index e4dd29a4c93c83adff2ceeffe79ea73580bbd2c8..71044a6f28c35c9d6b1f334d1a6c03b503bf34cc 100644 (file)
@@ -9,6 +9,7 @@ source_files_rs = [
     'src/common/systick.rs',
     'src/common/port.rs',
     'src/common/gpio.rs',
+    'src/common/i2c.rs',
     'src/common/watchdog.rs',
     'src/common/crc32.rs',
     'src/common/buffer.rs',