From 4990cdaf273101a0d8c4e689b35538bf310cd4f9 Mon Sep 17 00:00:00 2001 From: Brendan Moran Date: Thu, 26 Nov 2015 22:11:36 +0000 Subject: [PATCH] Add a default baud rate of 9600 This will stop https://github.com/ARMmbed/mbed-drivers/pull/128 from breaking test jobs until mbedgt can extract the default baud from yotta config. --- target.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target.json b/target.json index e2b6764..ead00c0 100644 --- a/target.json +++ b/target.json @@ -23,6 +23,11 @@ "mbed" ], "config": { + "mbed-os" : { + "stdio" : { + "default-baud" : 9600 + } + }, "minar": { "initial_event_pool_size": 50, "additional_event_pools_size": 100