mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-29 05:17:43 +08:00
Remove compiler warning.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user