mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-30 17:54:45 +00:00
Just remove compiler warning.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user