mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 23:12:09 +00:00
Merge branch 'master' of git.sv.gnu.org:/srv/git/lwip
This commit is contained in:
commit
c0d9e3231b
@ -79,7 +79,7 @@ u16_t lwip_standard_chksum(void *dataptr, int len);
|
|||||||
* @note host endianess is irrelevant (p3 RFC1071)
|
* @note host endianess is irrelevant (p3 RFC1071)
|
||||||
*/
|
*/
|
||||||
u16_t
|
u16_t
|
||||||
lwip_standard_chksum(void *dataptr, u16_t len)
|
lwip_standard_chksum(void *dataptr, int len)
|
||||||
{
|
{
|
||||||
u32_t acc;
|
u32_t acc;
|
||||||
u16_t src;
|
u16_t src;
|
||||||
|
Loading…
Reference in New Issue
Block a user