mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove compiler warning.
This commit is contained in:
parent
4b141c691e
commit
a520f5c7e3
|
@ -2136,6 +2136,7 @@ void uip_send( const void *data, int len )
|
|||
/*---------------------------------------------------------------------------*/
|
||||
int uip_fast_send( int xARP )
|
||||
{
|
||||
( void ) xARP;
|
||||
#if NOT_YET_COMPLETE
|
||||
|
||||
u16_t tcplen, len1 = 0, uiAccumulatedLen = 0, len_previous = 0, split_len;
|
||||
|
|
Loading…
Reference in a new issue