Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.

This commit is contained in:
Dean Camera 2010-04-28 14:33:10 +00:00
parent 0063f72117
commit 9e34144c9b
19 changed files with 117 additions and 122 deletions

View file

@ -18,9 +18,9 @@ all:
%:
@echo Executing \"make $@\" on all LUFA library elements.
@echo
make -C LUFA/ $@ -s
make -C Demos/ $@ -s
make -C Projects/ $@ -s
make -C Bootloaders/ $@ -s
make -C LUFA $@ -s
make -C Demos $@ -s
make -C Projects $@ -s
make -C Bootloaders $@ -s
@echo
@echo LUFA \"make $@\" operation complete.