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" {
6969#define MBED_CONF_MBED_TRACE_ENABLE 0
7070#endif
7171
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
7378#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
7479#endif
7580
Original file line number Diff line number Diff line change 2121#undef MBED_CONF_MBED_TRACE_ENABLE
2222#endif
2323#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
2525#define MBED_CONF_MBED_TRACE_FEA_IPV6 1
2626#endif
2727
You can’t perform that action at this time.
0 commit comments