From aba132e84c3cf0edc54bbcf16b9f6dd97adfe471 Mon Sep 17 00:00:00 2001 From: Saheer Babu Date: Tue, 9 Mar 2021 22:48:50 +0000 Subject: [PATCH] update baud rate of CY8CKIT064B0S2_4343W to 115200 --- platform/mbed_lib.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/mbed_lib.json b/platform/mbed_lib.json index abd5c69597..980a63b473 100644 --- a/platform/mbed_lib.json +++ b/platform/mbed_lib.json @@ -242,6 +242,9 @@ "MTS_DRAGONFLY_L471QG": { "crash-capture-enabled": true, "fatal-error-auto-reboot-enabled": true + }, + "CY8CKIT064B0S2_4343W": { + "stdio-baud-rate": 115200 } } }