common: Add the spi module.
[gps-watch.git] / SConscript.libcommon
index 4e5b06516785ae37b23901174d6f088794c47522..0ca199e275d42584ec584c94137fd012f06f6dbf 100644 (file)
@@ -10,6 +10,7 @@ source_files_rs = [
     'src/common/port.rs',
     'src/common/gpio.rs',
     'src/common/i2c.rs',
+    'src/common/spi.rs',
     'src/common/uart.rs',
     'src/common/watchdog.rs',
     'src/common/crc32.rs',