From ed922ff422974281d0c48abd6a32a1aec3208ab1 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sat, 22 Jun 2013 13:13:17 +0200 Subject: Add missing U2S board definition, update build tests and documentation. --- Maintenance/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Maintenance') 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: -- cgit v1.2.3