projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Commit of new class abstraction APIs for all device demos other than the MIDI demo...
[pub/USBasp.git]
/
Demos
/
Device
/
RNDISEthernet
/
Lib
/
ICMP.h
diff --git
a/Demos/Device/RNDISEthernet/Lib/ICMP.h
b/Demos/Device/RNDISEthernet/Lib/ICMP.h
index
b20a557
..
56749c0
100644
(file)
--- a/
Demos/Device/RNDISEthernet/Lib/ICMP.h
+++ b/
Demos/Device/RNDISEthernet/Lib/ICMP.h
@@
-75,6
+75,6
@@
} ICMP_Header_t;
\r
\r
/* Function Prototypes: */
\r
- int16_t ICMP_ProcessICMPPacket(void* InDataStart, void* OutDataStart);
\r
+ int16_t ICMP_ProcessICMPPacket(
Ethernet_Frame_Info_t* FrameIN,
void* InDataStart, void* OutDataStart);
\r
\r
#endif
\r