mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 19:53:31 -03:00
ChibiOS, ChibiOS-Contrib updates (redux) (#26079)
* Reapply "Update ChibiOS, ChibiOS-Contrib." (#26074)
This reverts commit c0bbf2f0f9.
* Updated repo.
* Update `lib/chibios` to 21.11.5 release.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user