From 475715818b68f1fc6c35d78ba5c4e39c6af2ea66 Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Tue, 20 Jan 2026 15:23:06 +1300 Subject: [PATCH] Tools: fix make format (#26298) These two submodules were touched when they shouldn't be. --- Tools/astyle/files_to_check_code_style.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tools/astyle/files_to_check_code_style.sh b/Tools/astyle/files_to_check_code_style.sh index 7ade8982c1..b70766efa2 100755 --- a/Tools/astyle/files_to_check_code_style.sh +++ b/Tools/astyle/files_to_check_code_style.sh @@ -21,11 +21,13 @@ exec find boards msg src platforms test \ -path src/lib/crypto/monocypher -prune -o \ -path src/lib/events/libevents -prune -o \ -path src/lib/parameters/uthash -prune -o \ + -path src/lib/rl_tools/rl_tools -prune -o \ -path src/lib/wind_estimator/python/generated -prune -o \ -path src/modules/ekf2/EKF/python/ekf_derivation/generated -prune -o \ -path src/modules/ekf2/EKF/yaw_estimator/derivation/generated -prune -o \ -path src/modules/gyro_fft/CMSIS_5 -prune -o \ -path src/modules/mavlink/mavlink -prune -o \ + -path src/modules/mc_raptor/blob -prune -o \ -path test/fuzztest -prune -o \ -path test/mavsdk_tests/catch2 -prune -o \ -path src/lib/crypto/monocypher -prune -o \