VVT debug for NB2 mode
This commit is contained in:
parent
da8195fc2a
commit
6a9c92c7bb
|
@ -125,6 +125,9 @@ void hwHandleVvtCamSignal(trigger_value_e front) {
|
|||
if (engineConfiguration->isPrintTriggerSynchDetails) {
|
||||
scheduleMsg(logger, "looks good: vvt ratio %.2f", ratio);
|
||||
}
|
||||
if (engineConfiguration->debugMode == DBG_VVT) {
|
||||
tsOutputChannels.debugIntField1++;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue