mavlink fix code style

This commit is contained in:
Daniel Agar
2017-01-04 17:45:32 -05:00
parent c280358e32
commit c9956e25b4
9 changed files with 80 additions and 27 deletions
+1 -2
View File
@@ -9,6 +9,7 @@ then
fi
exec find src \
-path src/drivers/bootloaders -o \
-path src/examples/attitude_estimator_ekf -prune -o \
-path src/examples/ekf_att_pos_estimator -prune -o \
-path src/lib/DriverFramework -prune -o \
@@ -16,9 +17,7 @@ exec find src \
-path src/lib/external_lgpl -prune -o \
-path src/lib/mathlib -prune -o \
-path src/lib/matrix -prune -o \
-path src/drivers/bootloaders -o \
-path src/modules/commander -prune -o \
-path src/modules/mavlink -prune -o \
-path src/modules/sdlog2 -prune -o \
-path src/modules/systemlib/uthash -prune -o \
-path src/modules/uavcan -prune -o \