FIX speedometer include and mbed_app.json

This commit is contained in:
fastium
2025-01-07 10:22:55 +01:00
parent e460a4f695
commit 787fa94e91
2 changed files with 3 additions and 3 deletions

View File

@@ -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"
}
}
}