ETB_BENCH_ENGINE

This commit is contained in:
rusefi 2019-03-02 22:42:11 -05:00
parent 3d53c9911d
commit 61a2a33d8f
1 changed files with 4 additions and 0 deletions

View File

@ -294,5 +294,9 @@ void setEtbTestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
engineConfiguration->debugMode = DBG_ELECTRONIC_THROTTLE_PID;
// turning off other PWMs to simplify debugging
engineConfiguration->bc.triggerSimulatorFrequency = 0;
boardConfiguration->useStepperIdle = true;
}
#endif /* CONFIG_ENGINES_CUSTOM_ENGINE_CPP_ */