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 ca157c9 commit 378046eCopy full SHA for 378046e
platform/mbed-trace/include/mbed-trace/mbed_trace.h
@@ -69,7 +69,7 @@ extern "C" {
69
#define MBED_CONF_MBED_TRACE_ENABLE 0
70
#endif
71
72
-#ifndef MBED_CONF_MBED_TRACE_FEA_IPV6
+#if !defined(MBED_CONF_MBED_TRACE_FEA_IPV6) && MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT
73
#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
74
75
platform/mbed-trace/source/mbed_trace.c
@@ -21,7 +21,7 @@
21
#undef MBED_CONF_MBED_TRACE_ENABLE
22
23
#define MBED_CONF_MBED_TRACE_ENABLE 1
24
25
26
27
0 commit comments