auto-sync
This commit is contained in:
parent
24fd721d9b
commit
00c91e08e6
|
@ -61,11 +61,10 @@ static TriggerEmulatorHelper helper;
|
||||||
#if EFI_EMULATE_POSITION_SENSORS || defined(__DOXYGEN__)
|
#if EFI_EMULATE_POSITION_SENSORS || defined(__DOXYGEN__)
|
||||||
|
|
||||||
static void emulatorApplyPinState(PwmConfig *state, int stateIndex) {
|
static void emulatorApplyPinState(PwmConfig *state, int stateIndex) {
|
||||||
|
applyPinState(state, stateIndex);
|
||||||
if (engineConfiguration->directSelfStimulation) {
|
if (engineConfiguration->directSelfStimulation) {
|
||||||
helper.handleEmulatorCallback(state, stateIndex);
|
helper.handleEmulatorCallback(state, stateIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
applyPinState(state, stateIndex);
|
|
||||||
}
|
}
|
||||||
#endif /* EFI_EMULATE_POSITION_SENSORS */
|
#endif /* EFI_EMULATE_POSITION_SENSORS */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue