Skip to content

Commit 1ed468b

Browse files
committed
Remove invalid unicode characters from mesh-api/mbed_lib.json
1 parent 13efd1a commit 1ed468b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

features/nanostack/mbed-mesh-api/mbed_lib.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"requires": ["nanostack"],
44
"config": {
55
"heap-size": {
6-
"help": "Nanostack's heap size [bytes: 0-4294967295]",
6+
"help": "Nanostack's heap size [bytes: 0-4294967295]",
77
"value": 32500
88
},
99
"mac-neigh-table-size": {
@@ -142,13 +142,13 @@
142142
},
143143
"wisun-uc-fixed-channel": {
144144
"help": "Default 16-bit fixed channel for unicast. Used when channel hopping is not desired.",
145-
"value_max": 65535,
146-
"value": 65535
145+
"value_max": 65535,
146+
"value": 65535
147147
},
148148
"wisun-bc-fixed-channel": {
149149
"help": "Default 16-bit fixed channel for multicast. Used when channel hopping is not desired.",
150-
"value_max": 65535,
151-
"value": 65535
150+
"value_max": 65535,
151+
"value": 65535
152152
},
153153
"wisun-bc-interval": {
154154
"help": "32-bit broadcast interval. Duration between broadcast dwell intervals. Wi-SUN stack default value will be used when set to 0.",
@@ -180,7 +180,7 @@
180180
"root-certificate-len": {
181181
"help": "Root certificate length; optional for PEM format, must be defined for DER format",
182182
"value": null
183-
},
183+
},
184184
"own-certificate": {
185185
"help": "Own certificate; in PEM format must be a null terminated c-string, in DER format the own-certificate-len must be set",
186186
"value": null
@@ -196,7 +196,7 @@
196196
"own-certificate-key-len": {
197197
"help": "Own certificate's key length; optional for PEM format, must be defined for DER format",
198198
"value": null
199-
}
199+
}
200200
},
201201
"target_overrides": {
202202
"KW41Z": {

0 commit comments

Comments
 (0)