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