Update ChibiOS, ChibiOS-Contrib. (#25730)

This commit is contained in:
Nick Brassel
2026-03-13 18:52:49 +11:00
committed by GitHub
parent af6b953b2c
commit e83672fdc4
29 changed files with 97 additions and 110 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ upgrade_conf_files_generic() {
pushd "$qmk_firmware_dir/lib/chibios/tools/updater" >/dev/null 2>&1
for file in $(find_chibi_files "$qmk_firmware_dir" -name "$search_filename") ; do
cp -f "$file" "$file.orig"
clang-format --style='{IndentPPDirectives: None}' -i "$file"
clang-format --style='{IndentPPDirectives: None, ColumnLimit: 0}' -i "$file"
cp -f "$file" "$file.formatted"
bash "$update_script" "$file"
if ! diff "$file" "$file.formatted" >/dev/null 2>&1 ; then