mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Just remove compiler warning.
This commit is contained in:
parent
44b4467b26
commit
27135c4a1c
|
@ -688,6 +688,8 @@ uip_process(u8_t flag)
|
|||
{
|
||||
register struct uip_conn *uip_connr = uip_conn;
|
||||
|
||||
( void ) all_ones_addr;
|
||||
|
||||
#if UIP_UDP
|
||||
if(flag == UIP_UDP_SEND_CONN) {
|
||||
goto udp_send;
|
||||
|
|
Loading…
Reference in a new issue