Skip to content

Commit 1e601e5

Browse files
committed
platform: stack-dump-enabled default value to false.
1 parent 022404b commit 1e601e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_lib.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292

9393
"stack-dump-enabled": {
9494
"macro_name": "MBED_STACK_DUMP_ENABLED",
95-
"help": "Set to 1 or true to enable stack dump.",
96-
"value": null
95+
"help": "Set to true to enable stack dump.",
96+
"value": false
9797
},
9898

9999
"cpu-stats-enabled": {

0 commit comments

Comments
 (0)