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