aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/Mouse/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/Mouse/makefile')
-rw-r--r--Demos/Device/Mouse/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/Mouse/makefile b/Demos/Device/Mouse/makefile
index 3fa887b7b..d5ad21145 100644
--- a/Demos/Device/Mouse/makefile
+++ b/Demos/Device/Mouse/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 ------------------------------------