mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-21 22:11:57 -04:00
Remove compiler warning.
This commit is contained in:
parent
6003973d5e
commit
5ae2d11145
|
@ -1851,7 +1851,9 @@ uip_process(u8_t flag)
|
|||
BUF->tcpchksum = 0;
|
||||
BUF->tcpchksum = ~(uip_tcpchksum());
|
||||
|
||||
#if UIP_UDP
|
||||
ip_send_nolen:
|
||||
#endif /* UIP_UDP */
|
||||
|
||||
#if UIP_CONF_IPV6
|
||||
BUF->vtc = 0x60;
|
||||
|
|
Loading…
Reference in a new issue