auto-sync

This commit is contained in:
rusEfi 2014-09-13 22:02:44 -05:00
parent af6f838ea7
commit 40ab0cd8f4
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 */