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:
@ -2136,6 +2136,7 @@ void uip_send( const void *data, int len )
|
|||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
int uip_fast_send( int xARP )
|
int uip_fast_send( int xARP )
|
||||||
{
|
{
|
||||||
|
( void ) xARP;
|
||||||
#if NOT_YET_COMPLETE
|
#if NOT_YET_COMPLETE
|
||||||
|
|
||||||
u16_t tcplen, len1 = 0, uiAccumulatedLen = 0, len_previous = 0, split_len;
|
u16_t tcplen, len1 = 0, uiAccumulatedLen = 0, len_previous = 0, split_len;
|
||||||
|
Reference in New Issue
Block a user