diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-01-05 13:52:34 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-01-05 13:52:34 +0000 |
| commit | a38fd027e0b966ebcc38a83dc19264bc8198e95e (patch) | |
| tree | c51e1ddfab5f8c53f95db8016e0eaefc2cf9c36d /Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c | |
| parent | 29ad5b924980df377eef027fb6854f0b42477376 (diff) | |
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.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1038 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c')
| -rw-r--r-- | Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c index 3d67269d..c42cc0f7 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c +++ b/Demos/Host/LowLevel/VirtualSerialHost/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 */
|
