aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-05 13:52:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-05 13:52:34 +0000
commitd97db1120b2b5911a3ea7d77efb9b913b8727bdb (patch)
treec51e1ddfab5f8c53f95db8016e0eaefc2cf9c36d /Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c
parent60e96412220b62a614348c287354c56f282fcc70 (diff)
downloadlufa-d97db1120b2b5911a3ea7d77efb9b913b8727bdb.tar.gz
lufa-d97db1120b2b5911a3ea7d77efb9b913b8727bdb.tar.bz2
lufa-d97db1120b2b5911a3ea7d77efb9b913b8727bdb.zip
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.
Diffstat (limited to 'Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c')
-rw-r--r--Demos/Host/LowLevel/RNDISEthernetHost/ConfigDescriptor.c2
1 files changed, 1 insertions, 1 deletions
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 */