Use puts_P() and printf_P() instead of the normal variants where possible in the...
authorDean Camera <dean@fourwalledcubicle.com>
Wed, 28 Apr 2010 14:33:10 +0000 (14:33 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Wed, 28 Apr 2010 14:33:10 +0000 (14:33 +0000)
commit9e34144c9b7454ab69215c17d75a8ba2dcdcb929
treea8bf00bba0faa5aa75b4d6d721eec40cc8a1ad4c
parent0063f721173b38155648a4267703825fb136fc3e
Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.
19 files changed:
Bootloaders/makefile
Demos/Device/makefile
Demos/Host/ClassDriver/JoystickHostWithParser/JoystickHostWithParser.c
Demos/Host/ClassDriver/KeyboardHost/KeyboardHost.c
Demos/Host/ClassDriver/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/ClassDriver/MIDIHost/MIDIHost.c
Demos/Host/ClassDriver/MassStorageHost/MassStorageHost.c
Demos/Host/ClassDriver/MouseHost/MouseHost.c
Demos/Host/ClassDriver/MouseHostWithParser/MouseHostWithParser.c
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
Demos/Host/ClassDriver/RNDISEthernetHost/RNDISEthernetHost.c
Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
Demos/Host/ClassDriver/VirtualSerialHost/VirtualSerialHost.c
Demos/Host/makefile
Demos/makefile
LUFA/Common/Common.h
LUFA/Drivers/USB/Class/Host/MassStorage.c
LUFA/ManPages/ChangeLog.txt
makefile