Rewritten event system to remove all macros, to make user code clearer.
[pub/USBasp.git] / Projects / Magstripe / makefile
index 1e314ec..931c673 100644 (file)
@@ -514,7 +514,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 ------------------------------------