Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 30 Jan 2011 21:02:31 +0000 (21:02 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 30 Jan 2011 21:02:31 +0000 (21:02 +0000)
commit43c473530552acabcf5bb1db29555bfb5ea70b79
treeb67e5b8295633262ed839e1c74f81a65b4dd59ea
parentafd828c095f38753e989391eab670b8736e4bd6e
Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString() functions to *_SendData(), and added new versions of the *_SendString() routines that expect a null terminated string instead.

Added new Serial_SendData() function to the Serial driver.
14 files changed:
Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.c
Demos/Device/ClassDriver/VirtualSerial/VirtualSerial.c
Demos/Device/ClassDriver/VirtualSerialMouse/VirtualSerialMouse.c
Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
LUFA/Drivers/Peripheral/Serial.c
LUFA/Drivers/Peripheral/Serial.h
LUFA/Drivers/USB/Class/Device/CDC.c
LUFA/Drivers/USB/Class/Device/CDC.h
LUFA/Drivers/USB/Class/Host/CDC.c
LUFA/Drivers/USB/Class/Host/CDC.h
LUFA/Drivers/USB/Class/Host/Printer.c
LUFA/Drivers/USB/Class/Host/Printer.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/MigrationInformation.txt