Update CDC Class Driver character stream functions to use the correct avr-libc return...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 10 Nov 2009 11:24:15 +0000 (11:24 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 10 Nov 2009 11:24:15 +0000 (11:24 +0000)
Fix pointer arithmetic on void byte buffers by explicitly typecasting the buffer pointers to uint8_t* before altering them.


No differences found