aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/StillImageHost/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Host/StillImageHost/makefile')
-rw-r--r--Demos/Host/StillImageHost/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/StillImageHost/makefile b/Demos/Host/StillImageHost/makefile
index f78d66c03..3663d4804 100644
--- a/Demos/Host/StillImageHost/makefile
+++ b/Demos/Host/StillImageHost/makefile
@@ -506,7 +506,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 ------------------------------------