From: Dean Camera Date: Fri, 30 Jul 2010 03:52:11 +0000 (+0000) Subject: Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no... X-Git-Tag: LUFA-110528-BETA~304 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/24e621a8d8424721ed21ce329d2a28dbf8c35343?ds=sidebyside;hp=24e621a8d8424721ed21ce329d2a28dbf8c35343 Altered the CDC Deivice and Host Class drivers' receive byte routines, so that no data is indicated by a negative return value. Added auto flushing of OUT data to the CDC Host Class driver's USBTask function to automatically flush the send pipe buffer. ---