summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-06-17 08:03:38 +1000
committerGitHub <noreply@github.com>2022-06-17 08:03:38 +1000
commit999b91fbd94a26e78a9f75192d8865342a73e0fd (patch)
tree9e68318024ddfe37e06d9da7d2551c2b6f8faf77 /util
parent9e35a1f61750dec8f61f15c2b076368cec1fd936 (diff)
SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change issue. (#17371)
Diffstat (limited to 'util')
-rwxr-xr-xutil/update_chibios_mirror.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/update_chibios_mirror.sh b/util/update_chibios_mirror.sh
index e6666c55c9..bd4c5c1529 100755
--- a/util/update_chibios_mirror.sh
+++ b/util/update_chibios_mirror.sh
@@ -7,7 +7,7 @@
chibios_branches="trunk stable_20.3.x stable_21.11.x"
# The ChibiOS tags to mirror
-chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1"
+chibios_tags="ver20.3.1 ver20.3.2 ver20.3.3 ver20.3.4 ver21.11.1 ver21.11.2"
# The ChibiOS-Contrib branches to mirror
contrib_branches="chibios-20.3.x chibios-21.11.x"