X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/6bda628718f67c04ed43e8328f55bdce5319c504..e6f37221fa9b43046055f5bbc8cfb2c088011b5c:/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h index 984793e59..6656ac2d9 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h @@ -252,7 +252,7 @@ #if defined(INCLUDE_FROM_TCP_C) static uint16_t TCP_Checksum16(void* TCPHeaderOutStart, const IP_Address_t SourceAddress, - const IP_Address_t DestinationAddress, + const IP_Address_t DestinationAddress, uint16_t TCPOutSize); #endif