From: Dean Camera Date: Tue, 11 Aug 2009 02:09:11 +0000 (+0000) Subject: Completion of initial CDC host mode class driver. X-Git-Tag: LUFA-110528-BETA~994 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/f4814771d2544cc53098fc8c13657eb41e9e9401?hp=f4814771d2544cc53098fc8c13657eb41e9e9401 Completion of initial CDC host mode class driver. Adjustments to the CDC and MIDI device class drivers to use sizeof() on the actual variable being transmitted or received rather than its datatype to reduce possible mistakes. ---