Completion of initial CDC host mode class driver.
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 11 Aug 2009 02:09:11 +0000 (02:09 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 11 Aug 2009 02:09:11 +0000 (02:09 +0000)
commitf4814771d2544cc53098fc8c13657eb41e9e9401
tree3c7dd057be76ed411efba2112918a0fce0d36a24
parent8711dc7ced0ed02a33a96222d86bd27f65c239ed
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.
LUFA/Drivers/USB/Class/Device/CDC.c
LUFA/Drivers/USB/Class/Device/MIDI.c
LUFA/Drivers/USB/Class/Host/CDC.c