projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed ISR definition conflict in the XPLAIN bridge between the software UART and...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
RNDISEthernet
/
Lib
/
RNDIS.h
diff --git
a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
index
5168dc8
..
17a34ac
100644
(file)
--- a/
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
+++ b/
Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
@@
-131,7
+131,7
@@
uint32_t AFListSize;
} RNDIS_Initialize_Complete_t;
uint32_t AFListSize;
} RNDIS_Initialize_Complete_t;
- /** Type define for a RNDIS Keepalive command message. */
+ /** Type define for a RNDIS Keep
-
alive command message. */
typedef struct
{
uint32_t MessageType;
typedef struct
{
uint32_t MessageType;
@@
-139,7
+139,7
@@
uint32_t RequestId;
} RNDIS_KeepAlive_Message_t;
uint32_t RequestId;
} RNDIS_KeepAlive_Message_t;
- /** Type define for a RNDIS Keepalive complete message. */
+ /** Type define for a RNDIS Keep
-
alive complete message. */
typedef struct
{
uint32_t MessageType;
typedef struct
{
uint32_t MessageType;
@@
-218,7
+218,7
@@
static bool ProcessNDISQuery(const uint32_t OId,
void* QueryData,
uint16_t QuerySize,
static bool ProcessNDISQuery(const uint32_t OId,
void* QueryData,
uint16_t QuerySize,
-
void* ResponseData,
+ void* ResponseData,
uint16_t* ResponseSize);
static bool ProcessNDISSet(const uint32_t OId,
void* SetData,
uint16_t* ResponseSize);
static bool ProcessNDISSet(const uint32_t OId,
void* SetData,