From: Dean Camera Date: Sun, 30 Jan 2011 21:02:31 +0000 (+0000) Subject: Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_SendString... X-Git-Tag: LUFA-110528-BETA~93 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/43c473530552acabcf5bb1db29555bfb5ea70b79?hp=43c473530552acabcf5bb1db29555bfb5ea70b79 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. ---