From 18effd0d760457cbd4ee6b1be7e8a54135c7711a Mon Sep 17 00:00:00 2001 From: Luca <51792528+donluca@users.noreply.github.com> Date: Tue, 18 Apr 2023 21:12:12 +0200 Subject: [PATCH] Add Synth_Dexed to the submodules update --- submod.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/submod.sh b/submod.sh index e941660..3021111 100755 --- a/submod.sh +++ b/submod.sh @@ -10,4 +10,6 @@ cd - cd circle-stdlib/libs/circle-newlib git checkout 48bf91d # needed for circle ec09d7e cd - - +cd Synth_Dexed/ +git checkout deb0905 +cd -