mirror of https://github.com/ARMmbed/mbed-os.git
platform: stack-dump-enabled default value to false.
parent
5258768bc7
commit
95d2eb83a3
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue