From d0ff3defa1f531c8e90f3379c964a18bf14f877b Mon Sep 17 00:00:00 2001 From: fastium Date: Mon, 6 Jan 2025 18:27:12 +0100 Subject: [PATCH] FIX mbed_app.json --- mbed_app.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/mbed_app.json b/mbed_app.json index 364fd93..5d66112 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -17,12 +17,11 @@ "platform.minimal-printf-enable-floating-point": true, "platform.minimal-printf-set-floating-point-max-decimals": 2 }, - "DISCO_H747I": { - "mbed-trace.enable": true, - "mbed-trace.max-level": "TRACE_LEVEL_DEBUG", - "target.bootloader_img":"./mbed-os-bootloader/BUILD/DISCO_H747I/GCC_ARM/mbed-os-bootloader.bin", - "target.app_offset": "0x20000" - } + "DISCO_H747I": { + "mbed-trace.enable": true, + "mbed-trace.max-level": "TRACE_LEVEL_DEBUG", + "target.bootloader_img": "./mbed-os-bootloader/BUILD/DISCO_H747I/GCC_ARM/mbed-os-bootloader.bin", + "target.app_offset": "0x20000" } } }