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 f58633c commit e3080a6Copy full SHA for e3080a6
connectivity/nanostack/sal-stack-nanostack/source/Common_Protocols/tcp.c
@@ -82,7 +82,7 @@ void tcp_test_drop_reset()
82
}
83
#endif
84
85
-#ifdef FEA_TRACE_SUPPORT
+#if defined(FEA_TRACE_SUPPORT) && MBED_CONF_MBED_TRACE_ENABLE && (MBED_TRACE_MAX_LEVEL >= TRACE_LEVEL_DEBUG)
86
static const char *trace_tcp_flags(uint16_t flags)
87
{
88
static char buf[9];
0 commit comments