fixing unit tests build
This commit is contained in:
parent
950d8309b9
commit
52bb665365
|
@ -8,7 +8,7 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "trigger_input.h"
|
#include "trigger_input.h"
|
||||||
|
|
||||||
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
|
#if (EFI_PROD_CODE && EFI_SHAFT_POSITION_INPUT) || defined(__DOXYGEN__)
|
||||||
|
|
||||||
void applyNewTriggerInputPins(void) {
|
void applyNewTriggerInputPins(void) {
|
||||||
// first we will turn off all the changed pins
|
// first we will turn off all the changed pins
|
||||||
|
|
Loading…
Reference in New Issue