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]
/
Demos
/
Device
/
MIDI
/
makefile
diff --git
a/Demos/Device/MIDI/makefile
b/Demos/Device/MIDI/makefile
index
1ad946e
..
89bfc6c
100644
(file)
--- a/
Demos/Device/MIDI/makefile
+++ b/
Demos/Device/MIDI/makefile
@@
-505,7
+505,7
@@
sizeafter:
checkhooks: build
\r
@echo
\r
@echo ------- Unhooked LUFA Events -------
\r
checkhooks: build
\r
@echo
\r
@echo ------- Unhooked LUFA Events -------
\r
- @$(shell) (grep -s '^E
vent
.*LUFA/.*\\.o' $(TARGET).map | \
\r
+ @$(shell) (grep -s '^E
VENT_
.*LUFA/.*\\.o' $(TARGET).map | \
\r
cut -d' ' -f1 | cut -d'_' -f2- | grep ".*") || \
\r
echo "(None)"
\r
@echo ------------------------------------
\r
cut -d' ' -f1 | cut -d'_' -f2- | grep ".*") || \
\r
echo "(None)"
\r
@echo ------------------------------------
\r