aboutsummaryrefslogtreecommitdiffstats
path: root/ChibiOS_20.3.2/tools/style/style_ex.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ChibiOS_20.3.2/tools/style/style_ex.sh')
-rw-r--r--ChibiOS_20.3.2/tools/style/style_ex.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChibiOS_20.3.2/tools/style/style_ex.sh b/ChibiOS_20.3.2/tools/style/style_ex.sh
new file mode 100644
index 0000000..ace92ee
--- /dev/null
+++ b/ChibiOS_20.3.2/tools/style/style_ex.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+find ../../os/ex -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
+