From 787fa94e91f5b4e7d6e6b32a4bc45b7655095c2a Mon Sep 17 00:00:00 2001 From: fastium Date: Tue, 7 Jan 2025 10:22:55 +0100 Subject: [PATCH] FIX speedometer include and mbed_app.json --- common/speedometer.cpp | 2 -- mbed_app.json | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/speedometer.cpp b/common/speedometer.cpp index 4ed68be..2fbf212 100644 --- a/common/speedometer.cpp +++ b/common/speedometer.cpp @@ -28,8 +28,6 @@ #include #include -#include "static_scheduling/gear_device.hpp" - // from disco_h747i/wrappers #include "joystick.hpp" #include "mbed_trace.h" diff --git a/mbed_app.json b/mbed_app.json index 45b383a..44c1335 100644 --- a/mbed_app.json +++ b/mbed_app.json @@ -19,7 +19,9 @@ }, "DISCO_H747I": { "mbed-trace.enable": true, - "mbed-trace.max-level": "TRACE_LEVEL_DEBUG" + "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" } } }