Skip to content

Commit 546e736

Browse files
author
Jussi Vatjus-Anttila
committed
Merge branch 'master' into release
2 parents 5ec9299 + 772bd3b commit 546e736

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

module.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mbed-trace",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Trace library for mbed devices",
55
"keywords": [
66
"trace",

source/mbed_trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#endif
2525

2626
#include "mbed-trace/mbed_trace.h"
27-
#if YOTTA_CFG_MTRACE_FEA_IPV6 == 1
27+
#if YOTTA_CFG_MBED_TRACE_FEA_IPV6 == 1
2828
#include "mbed-trace/mbed_trace_ip6tos.h"
2929
#endif
3030

0 commit comments

Comments
 (0)