From: Dean Camera Date: Tue, 10 Nov 2009 11:24:15 +0000 (+0000) Subject: Update CDC Class Driver character stream functions to use the correct avr-libc return... X-Git-Tag: LUFA-110528-BETA~834 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/5de364163f5a7597ba2f54e37cdea493fbd1e7ff?ds=inline;hp=5de364163f5a7597ba2f54e37cdea493fbd1e7ff Update CDC Class Driver character stream functions to use the correct avr-libc return codes for errors and EOF. Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them. ---