FIX speedometer include and mbed_app.json
Some checks failed
Build test application / build-cli-v1 (debug, DISCO_H747I, tests-bike-computer-bike-system) (push) Failing after 2s
Build test application / build-cli-v1 (debug, DISCO_H747I, tests-bike-computer-sensor-device) (push) Failing after 2s
Build test application / build-cli-v1 (debug, DISCO_H747I, tests-bike-computer-speedometer) (push) Failing after 2s
Some checks failed
Build test application / build-cli-v1 (debug, DISCO_H747I, tests-bike-computer-bike-system) (push) Failing after 2s
Build test application / build-cli-v1 (debug, DISCO_H747I, tests-bike-computer-sensor-device) (push) Failing after 2s
Build test application / build-cli-v1 (debug, DISCO_H747I, tests-bike-computer-speedometer) (push) Failing after 2s
This commit is contained in:
parent
e460a4f695
commit
787fa94e91
@ -28,8 +28,6 @@
|
||||
#include <cstddef>
|
||||
#include <ratio>
|
||||
|
||||
#include "static_scheduling/gear_device.hpp"
|
||||
|
||||
// from disco_h747i/wrappers
|
||||
#include "joystick.hpp"
|
||||
#include "mbed_trace.h"
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user