X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=SConscript.libcommon;h=0ca199e275d42584ec584c94137fd012f06f6dbf;hb=aae0fbad25fcb502bf425eac753d83c0a6fce1cd;hp=d4a3c2c611bcb3c9be132985feb349dde26718cb;hpb=90f4245565f6239454f69e2e9211dd0e76d83273;p=gps-watch.git diff --git a/SConscript.libcommon b/SConscript.libcommon index d4a3c2c..0ca199e 100644 --- a/SConscript.libcommon +++ b/SConscript.libcommon @@ -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', @@ -20,6 +21,7 @@ source_files_rs = [ 'src/common/screen.rs', 'src/common/gps.rs', 'src/common/fmt.rs', + 'src/common/time.rs', ] source_files_c = [