astyle: exclude tflite_micro (#25327)

This commit is contained in:
Jacob Dahl 2025-07-29 00:22:25 -08:00 committed by GitHub
parent bab6dc2ac6
commit 344064f941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,4 +37,5 @@ exec find boards msg src platforms test \
-path src/modules/zenoh/zenoh-pico -prune -o \
-path boards/modalai/voxl2/libfc-sensor-api -prune -o \
-path src/drivers/actuators/vertiq_io/iq-module-communication-cpp -prune -o \
-path src/lib/tensorflow_lite_micro/tflite_micro -prune -o \
\( -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) -print \) | grep $PATTERN