projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add missing U2S board definition, update build tests and documentation.
[pub/USBasp.git]
/
Maintenance
/
makefile
diff --git
a/Maintenance/makefile
b/Maintenance/makefile
index
8363fbe
..
974fa91
100644
(file)
--- 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:
# Print a list of all filenames and line numbers that exceed an allowed threshold
line-lengths:
- awk '{ if (length > 1
5
0) { print FILENAME, ":", FNR, "[", length, "]" } }' `find $(LUFA_ROOT) -name *.[ch]`
+ awk '{ if (length > 1
2
0) { print FILENAME, ":", FNR, "[", length, "]" } }' `find $(LUFA_ROOT) -name *.[ch]`
# Generate a header containing all library functions
function-list:
# Generate a header containing all library functions
function-list: