aboutsummaryrefslogtreecommitdiffstats
path: root/Maintenance
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-06-22 13:13:17 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-06-22 13:13:17 +0200
commited922ff422974281d0c48abd6a32a1aec3208ab1 (patch)
tree821e5aa1a1e1c91ecc2a323c16dbc2cba75074fe /Maintenance
parent4a4b9d3051e43a6495b28e9c7eb79674fcf1e46d (diff)
downloadlufa-ed922ff422974281d0c48abd6a32a1aec3208ab1.tar.gz
lufa-ed922ff422974281d0c48abd6a32a1aec3208ab1.tar.bz2
lufa-ed922ff422974281d0c48abd6a32a1aec3208ab1.zip
Add missing U2S board definition, update build tests and documentation.
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: