Skip to content

Commit 36436c8

Browse files
Tommi KäsmäSeppo Takalo
authored andcommitted
Define a value for YOTTA_CFG_MBED_TRACE flag. (#29)
1 parent 5953cbd commit 36436c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coap-service/unittest/stub/mbed_trace_stub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <stdlib.h>
2020

2121
#ifndef YOTTA_CFG_MBED_TRACE
22-
#define YOTTA_CFG_MBED_TRACE
22+
#define YOTTA_CFG_MBED_TRACE 1
2323
#define YOTTA_CFG_MBED_TRACE_FEA_IPV6 1
2424
#endif
2525

0 commit comments

Comments
 (0)