diff --git a/mbed_app.json b/mbed_app.json index 859c20a..5032b3a 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -2,7 +2,8 @@ "macros": ["MBED_CPU_STATS_ENABLED"], "target_overrides": { "*": { - "platform.stdio-convert-newlines": 1 + "platform.stdio-convert-newlines": true, + "platform.stdio-minimal-console-only": true } } }