Simplify CDC device demos, by directly assigning the string to transmit to the pointe...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 6 Aug 2009 14:30:53 +0000 (14:30 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 6 Aug 2009 14:30:53 +0000 (14:30 +0000)
commit33a5715e91d7fe2c0c58351a4a973352ae0e01c9
treef75e3726c93546ad6874b140c8769eabf192934d
parentc830fcb0e1d42c1300ebe78a8b33924054b63a87
Simplify CDC device demos, by directly assigning the string to transmit to the pointer, rather than using an intermediatary table to hold all the possible transmit strings.
Demos/Device/ClassDriver/CDC/CDC.c
Demos/Device/ClassDriver/DualCDC/DualCDC.c
Demos/Device/LowLevel/CDC/CDC.c
Demos/Device/LowLevel/DualCDC/DualCDC.c