ETB_BENCH_ENGINE
This commit is contained in:
parent
3d53c9911d
commit
61a2a33d8f
|
@ -294,5 +294,9 @@ void setEtbTestConfiguration(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
engineConfiguration->debugMode = DBG_ELECTRONIC_THROTTLE_PID;
|
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_ */
|
#endif /* CONFIG_ENGINES_CUSTOM_ENGINE_CPP_ */
|
||||||
|
|
Loading…
Reference in New Issue