This commit is contained in:
parent
b6b60d8408
commit
1b05a5f84c
|
@ -1,4 +1,5 @@
|
||||||
#include "pch.h"
|
#include "pch.h"
|
||||||
|
#include "livedata_board_extra.h"
|
||||||
|
|
||||||
Gpio getCommsLedPin() {
|
Gpio getCommsLedPin() {
|
||||||
return Gpio::Unassigned;
|
return Gpio::Unassigned;
|
||||||
|
@ -12,6 +13,13 @@ Gpio getWarningLedPin() {
|
||||||
return Gpio::Unassigned;
|
return Gpio::Unassigned;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
extra_s extraGauges;
|
||||||
|
|
||||||
|
template<>
|
||||||
|
const extra_s* getLiveData(size_t) {
|
||||||
|
return &extraGauges;
|
||||||
|
}
|
||||||
|
|
||||||
// board-specific configuration setup
|
// board-specific configuration setup
|
||||||
void setBoardDefaultConfiguration() {
|
void setBoardDefaultConfiguration() {
|
||||||
// engineConfiguration->injectionPins[0] = Gpio::F13;
|
// engineConfiguration->injectionPins[0] = Gpio::F13;
|
||||||
|
|
Loading…
Reference in New Issue