projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added support to the MIDI Class drivers for packed data, where multiple MIDI events...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
VirtualSerialHost
/
ConfigDescriptor.c
diff --git
a/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
b/Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
index
3d67269
..
c42cc0f
100644
(file)
--- a/
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
+++ b/
Demos/Host/LowLevel/VirtualSerialHost/ConfigDescriptor.c
@@
-158,7
+158,7
@@
uint8_t ProcessConfigurationDescriptor(void)
}
\r
else
\r
{
\r
}
\r
else
\r
{
\r
- /* Only configure the OUT data pipe if the data endpoints ha
ev
not shown to be bidirectional */
\r
+ /* Only configure the OUT data pipe if the data endpoints ha
ve
not shown to be bidirectional */
\r
if (!(Pipe_IsEndpointBound(EndpointData->EndpointAddress)))
\r
{
\r
/* Configure the data OUT pipe */
\r
if (!(Pipe_IsEndpointBound(EndpointData->EndpointAddress)))
\r
{
\r
/* Configure the data OUT pipe */
\r