We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3733583 commit 37f7620Copy full SHA for 37f7620
source/FreeRTOS_TCP_IP.c
@@ -87,14 +87,6 @@
87
/* coverity[misra_c_2012_rule_8_9_violation] */
88
_static FreeRTOS_Socket_t * xSocketToListen = NULL;
89
90
- #if ( ipconfigHAS_DEBUG_PRINTF != 0 )
91
-
92
-/*
93
- * For logging and debugging: make a string showing the TCP flags.
94
- */
95
- const char * prvTCPFlagMeaning( UBaseType_t xFlags );
96
- #endif /* ipconfigHAS_DEBUG_PRINTF != 0 */
97
98
static IPv46_Address_t xGetSourceAddrFromBuffer( const uint8_t * const pucEthernetBuffer );
99
100
/*-----------------------------------------------------------*/
0 commit comments