You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ((PGM_GET_BYTE(&fw_data.exdata.use_vss_thrd_for_igntim_reg)) &&IOCFG_CHECK(IOP_SPDSENS) &&d.sens.vss_speed>PGM_GET_WORD(&fw_data.exdata.iac_onrunadd_vss_thrd))
431
+
return0;
432
+
#endif
433
+
429
434
//If this idling regulator is turned off or RPM significally higher from normal idling RPM or engine is not heat up, then exit with zero value (zero correction)
430
435
if (!CHECKBIT(d.param.idl_flags, IRF_USE_REGULATOR) || (d.sens.temperat<d.param.idlreg_turn_on_temp&&CHECKBIT(d.param.tmp_flags, TMPF_CLT_USE)
0 commit comments