From 95d2eb83a3f74de40faa5bcd2da445c1c5d61cb5 Mon Sep 17 00:00:00 2001 From: Andrew Chong Date: Wed, 4 Sep 2019 12:34:50 +0800 Subject: [PATCH] platform: stack-dump-enabled default value to false. --- platform/mbed_lib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mbed_lib.json b/platform/mbed_lib.json index 7eb8ffddc2..316324fa35 100644 --- a/platform/mbed_lib.json +++ b/platform/mbed_lib.json @@ -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": {