Update FreeRTOS_ARP.c

This commit is contained in:
AniruddhaKanhere
2020-04-10 16:26:03 -07:00
committed by Yuhui Zheng
parent 35f3ac32a8
commit edf68637dd

View File

@ -607,7 +607,7 @@ NetworkBufferDescriptor_t *pxNetworkBuffer;
#if ( ipconfigHAS_DEBUG_PRINTF != 0 )
FreeRTOS_printf( ( "xNetworkInterfaceOutput failed. Link down?\n" ) );
#else
;
; /* Do nothing */
#endif
}
}