aboutsummaryrefslogtreecommitdiffstats
path: root/Maintenance
diff options
context:
space:
mode:
Diffstat (limited to 'Maintenance')
-rw-r--r--Maintenance/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile
index 8363fbed9..974fa91c8 100644
--- a/Maintenance/makefile
+++ b/Maintenance/makefile
@@ -16,7 +16,7 @@ all:
# Print a list of all filenames and line numbers that exceed an allowed threshold
line-lengths:
- awk '{ if (length > 150) { print FILENAME, ":", FNR, "[", length, "]" } }' `find $(LUFA_ROOT) -name *.[ch]`
+ awk '{ if (length > 120) { print FILENAME, ":", FNR, "[", length, "]" } }' `find $(LUFA_ROOT) -name *.[ch]`
# Generate a header containing all library functions
function-list: