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
/
LowLevel
/
RNDISEthernet
/
Lib
/
Ethernet.h
diff --git
a/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
b/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
index
683b187
..
49c6b1c
100644
(file)
--- a/
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
+++ b/
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
@@
-109,6
+109,7
@@
/* Function Prototypes: */
void Ethernet_ProcessPacket(void);
- uint16_t Ethernet_Checksum16(void* Data, uint16_t Bytes);
+ uint16_t Ethernet_Checksum16(void* Data,
+ uint16_t Bytes);
#endif