aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/GenericHID/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/GenericHID/makefile')
-rw-r--r--Demos/Device/GenericHID/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/GenericHID/makefile b/Demos/Device/GenericHID/makefile
index 23d27911c..c70c6a123 100644
--- a/Demos/Device/GenericHID/makefile
+++ b/Demos/Device/GenericHID/makefile
@@ -504,7 +504,7 @@ sizeafter:
checkhooks: build
@echo
@echo ------- Unhooked LUFA Events -------
- @$(shell) (grep -s '^Event.*LUFA/.*\\.o' $(TARGET).map | \
+ @$(shell) (grep -s '^EVENT_.*LUFA/.*\\.o' $(TARGET).map | \
cut -d' ' -f1 | cut -d'_' -f2- | grep ".*") || \
echo "(None)"
@echo ------------------------------------