1
0
Fork 0

SPI Bugfix for ChibiOS 21.11.1 -- also rollback AW20216 mode change issue. (#17371)

This commit is contained in:
Nick Brassel 2022-06-17 08:03:38 +10:00 committed by GitHub
parent 9e35a1f617
commit 999b91fbd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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"