mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-28 21:08:18 +08:00
Remove compiler warning.
This commit is contained in:
@ -1851,8 +1851,10 @@ uip_process(u8_t flag)
|
|||||||
BUF->tcpchksum = 0;
|
BUF->tcpchksum = 0;
|
||||||
BUF->tcpchksum = ~(uip_tcpchksum());
|
BUF->tcpchksum = ~(uip_tcpchksum());
|
||||||
|
|
||||||
|
#if UIP_UDP
|
||||||
ip_send_nolen:
|
ip_send_nolen:
|
||||||
|
#endif /* UIP_UDP */
|
||||||
|
|
||||||
#if UIP_CONF_IPV6
|
#if UIP_CONF_IPV6
|
||||||
BUF->vtc = 0x60;
|
BUF->vtc = 0x60;
|
||||||
BUF->tcflow = 0x00;
|
BUF->tcflow = 0x00;
|
||||||
|
Reference in New Issue
Block a user