fixing build

This commit is contained in:
rusefi 2019-09-29 14:22:51 -04:00
parent 9425b714fc
commit 5a59f1b232
1 changed files with 1 additions and 2 deletions

View File

@ -616,6 +616,7 @@ void initElectronicThrottle(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
startETBPins(PASS_ENGINE_PARAMETER_SIGNATURE);
#if EFI_PROD_CODE
if (engineConfiguration->etbCalibrationOnStart) {
etb1.dcMotor.Set(70);
chThdSleep(600);
@ -625,8 +626,6 @@ void initElectronicThrottle(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
grabTPSIsClosed();
}
#if EFI_PROD_CODE
// manual duty cycle control without PID. Percent value from 0 to 100
addConsoleActionNANF(CMD_ETB_DUTY, setThrottleDutyCycle);
#endif