diff options
Diffstat (limited to 'Demos/Device/AudioOutput/makefile')
-rw-r--r-- | Demos/Device/AudioOutput/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/AudioOutput/makefile b/Demos/Device/AudioOutput/makefile index 0a6401b70..fc200be4a 100644 --- a/Demos/Device/AudioOutput/makefile +++ b/Demos/Device/AudioOutput/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 ------------------------------------
|