From 21fe817aad3f66430d2f4b88db0d272d429e3d78 Mon Sep 17 00:00:00 2001 From: Gergo Koteles Date: Sun, 6 Jul 2025 11:23:10 +0200 Subject: [PATCH] Use the latest Circle to fix HDMI audio Fixes #847 --- submod.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/submod.sh b/submod.sh index 32408ef..a77dc6d 100755 --- a/submod.sh +++ b/submod.sh @@ -12,10 +12,10 @@ git submodule update --init --recursive -f cd - # Optional update submodules explicitly -#cd circle-stdlib/libs/circle -#git reset --hard -#git checkout tags/Step49 -#cd - +cd circle-stdlib/libs/circle +git reset --hard +git checkout f18c60fa38042ea7132533e658abfafd5bd63435 +cd - #cd circle-stdlib/libs/circle-newlib #git checkout develop #cd -