From c5e338e1fc68597ef784dcd7610f92f847b1b62c Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 9 Nov 2024 11:58:45 +0100 Subject: [PATCH] Update submod.sh --- submod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submod.sh b/submod.sh index 02a9e36..0f7a869 100755 --- a/submod.sh +++ b/submod.sh @@ -6,13 +6,13 @@ git submodule update --init --recursive # # Use fixed master branch of circle-stdlib then re-update cd circle-stdlib/ -git checkout 695ab4a +git checkout 3bd135d git submodule update --init --recursive cd - # # Optional update submodules explicitly cd circle-stdlib/libs/circle -git checkout 59484ba +git checkout 3bd135d cd - cd circle-stdlib/libs/circle-newlib #git checkout develop