X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=SConscript.libcommon;h=e1d378c8384b745f3e1d4944ea0530e5694e4c37;hb=9ea07b3d30e9405cd51a48e5af4e40ae27b17ca6;hp=71044a6f28c35c9d6b1f334d1a6c03b503bf34cc;hpb=e44d325020a027013b5518aad1c059d3d0d5ad16;p=gps-watch.git diff --git a/SConscript.libcommon b/SConscript.libcommon index 71044a6..e1d378c 100644 --- a/SConscript.libcommon +++ b/SConscript.libcommon @@ -10,10 +10,13 @@ source_files_rs = [ 'src/common/port.rs', 'src/common/gpio.rs', 'src/common/i2c.rs', + 'src/common/uart.rs', 'src/common/watchdog.rs', 'src/common/crc32.rs', 'src/common/buffer.rs', 'src/common/usb_serial.rs', + 'src/common/display.rs', + 'src/common/screen.rs', ] source_files_c = [