platform: stack-dump-enabled default value to false.

pull/11332/head
Andrew Chong 2019-09-04 12:34:50 +08:00
parent 5258768bc7
commit 95d2eb83a3
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@
"stack-dump-enabled": {
"macro_name": "MBED_STACK_DUMP_ENABLED",
"help": "Set to 1 or true to enable stack dump.",
"value": null
"help": "Set to true to enable stack dump.",
"value": false
},
"cpu-stats-enabled": {