projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction on the...
[pub/USBasp.git]
/
Demos
/
Host
/
LowLevel
/
RNDISEthernetHost
/
Lib
/
RNDISCommands.c
diff --git
a/Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
b/Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
index
ec018bf
..
64cfc3c
100644
(file)
--- a/
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
+++ b/
Demos/Host/LowLevel/RNDISEthernetHost/Lib/RNDISCommands.c
@@
-281,7
+281,7
@@
uint8_t RNDIS_GetPacketLength(uint16_t* const PacketLength)
{
uint8_t ErrorCode;
- Pipe_SelectPipe(RNDIS_DATA
PIPE_IN
);
+ Pipe_SelectPipe(RNDIS_DATA
_IN_PIPE
);
Pipe_SetPipeToken(PIPE_TOKEN_IN);
Pipe_Unfreeze();