File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
features/frameworks/mbed-trace Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,12 @@ extern "C" {
69
69
#define MBED_CONF_MBED_TRACE_ENABLE 0
70
70
#endif
71
71
72
- #ifndef MBED_CONF_MBED_TRACE_FEA_IPV6
72
+ #ifndef MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT
73
+ /* if libservice presence is not configured, enable it by default */
74
+ #define MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT 1
75
+ #endif
76
+
77
+ #if !defined(MBED_CONF_MBED_TRACE_FEA_IPV6 ) && MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT
73
78
#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
74
79
#endif
75
80
Original file line number Diff line number Diff line change 21
21
#undef MBED_CONF_MBED_TRACE_ENABLE
22
22
#endif
23
23
#define MBED_CONF_MBED_TRACE_ENABLE 1
24
- #ifndef MBED_CONF_MBED_TRACE_FEA_IPV6
24
+ #if !defined( MBED_CONF_MBED_TRACE_FEA_IPV6 ) && MBED_CONF_NANOSTACK_LIBSERVICE_PRESENT
25
25
#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
26
26
#endif
27
27
You can’t perform that action at this time.
0 commit comments