projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
RNDISEthernet
/
Lib
/
ICMP.h
diff --git
a/Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h
b/Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h
index
4fe4295
..
9982560
100644
(file)
--- a/
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h
+++ b/
Demos/Device/ClassDriver/RNDISEthernet/Lib/ICMP.h
@@
-75,6
+75,8
@@
} ICMP_Header_t;
/* Function Prototypes: */
} ICMP_Header_t;
/* Function Prototypes: */
- int16_t ICMP_ProcessICMPPacket(Ethernet_Frame_Info_t* FrameIN, void* InDataStart, void* OutDataStart);
+ int16_t ICMP_ProcessICMPPacket(Ethernet_Frame_Info_t* const FrameIN,
+ void* InDataStart,
+ void* OutDataStart);
#endif
#endif