From d97db1120b2b5911a3ea7d77efb9b913b8727bdb Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 5 Jan 2010 13:52:34 +0000 Subject: Added support to the MIDI Class drivers for packed data, where multiple MIDI events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour. --- Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c') diff --git a/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c b/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c index 742a54266..7078f5e51 100644 --- a/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c +++ b/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c @@ -158,7 +158,7 @@ uint8_t ProcessConfigurationDescriptor(void) } else { - /* Only configure the OUT data pipe if the data endpoints haev not shown to be bidirectional */ + /* Only configure the OUT data pipe if the data endpoints have not shown to be bidirectional */ if (!(Pipe_IsEndpointBound(EndpointData->EndpointAddress))) { /* Configure the data OUT pipe */ -- cgit v1.2.3