mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-18 22:33:36 +08:00
Debugging flag check added
This commit is contained in:

committed by
Yuhui Zheng

parent
4e8ac8de25
commit
5e12a70db4
@ -604,7 +604,9 @@ NetworkBufferDescriptor_t *pxNetworkBuffer;
|
||||
if( xNetworkInterfaceOutput( pxNetworkBuffer, pdTRUE ) != pdTRUE )
|
||||
{
|
||||
/* Not sent? Bad news. Maybe link is down? */
|
||||
FreeRTOS_printf( ( "xNetworkInterfaceOutput failed. Link down?\n" ) );
|
||||
#if( ipconfigHAS_PRINTF != 0 ) || ( ipconfigHAS_DEBUG_PRINTF != 0 )
|
||||
FreeRTOS_printf( ( "xNetworkInterfaceOutput failed. Link down?\n" ) );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user