projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rewritten event system to remove all macros, to make user code clearer.
[pub/USBasp.git]
/
Projects
/
Magstripe
/
makefile
diff --git
a/Projects/Magstripe/makefile
b/Projects/Magstripe/makefile
index
1e314ec
..
931c673
100644
(file)
--- a/
Projects/Magstripe/makefile
+++ b/
Projects/Magstripe/makefile
@@
-514,7
+514,7
@@
sizeafter:
checkhooks: build
@echo
@echo ------- Unhooked LUFA Events -------
checkhooks: build
@echo
@echo ------- Unhooked LUFA Events -------
- @$(shell) (grep -s '^E
vent
.*LUFA/.*\\.o' $(TARGET).map | \
+ @$(shell) (grep -s '^E
VENT_
.*LUFA/.*\\.o' $(TARGET).map | \
cut -d' ' -f1 | cut -d'_' -f2- | grep ".*") || \
echo "(None)"
@echo ------------------------------------
cut -d' ' -f1 | cut -d'_' -f2- | grep ".*") || \
echo "(None)"
@echo ------------------------------------