X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/42ac34b484b677ae1004c3d0215b27911a100a71..b3c6599bb7ab8518c3a457579c538c6520e85b01:/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h?ds=inline diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h index 683b187c3..49c6b1c25 100644 --- 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