auto-sync

This commit is contained in:
rusEfi 2014-09-13 22:02:44 -05:00
parent 24fd721d9b
commit 00c91e08e6
1 changed files with 1 additions and 2 deletions

View File

@ -61,11 +61,10 @@ static TriggerEmulatorHelper helper;
#if EFI_EMULATE_POSITION_SENSORS || defined(__DOXYGEN__)
static void emulatorApplyPinState(PwmConfig *state, int stateIndex) {
applyPinState(state, stateIndex);
if (engineConfiguration->directSelfStimulation) {
helper.handleEmulatorCallback(state, stateIndex);
}
applyPinState(state, stateIndex);
}
#endif /* EFI_EMULATE_POSITION_SENSORS */