From abf23e20c268f32f13dfc97c0bcdc12f00cb9d78 Mon Sep 17 00:00:00 2001 From: David Kallberg Date: Tue, 25 Nov 2025 15:52:45 +0100 Subject: [PATCH] bump lmsc to v1.9 --- .devcontainer/lmsc/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/lmsc/install.sh b/.devcontainer/lmsc/install.sh index ab41f90..9de523c 100644 --- a/.devcontainer/lmsc/install.sh +++ b/.devcontainer/lmsc/install.sh @@ -1,5 +1,5 @@ #!/bin/env sh -wget https://netstorage.iar.com/FileStore/STANDARD/001/003/926/iar-lmsc-tools_1.8_amd64.deb +wget https://netstorage.iar.com/FileStore/STANDARD/001/003/984/iar-lmsc-tools_1.9_amd64.deb -apt install -y ./iar-lmsc-tools_1.8_amd64.deb \ No newline at end of file +apt install -y ./iar-lmsc-tools_1.9_amd64.deb \ No newline at end of file