todo: vvt

This commit is contained in:
Andrey 2021-07-02 19:06:07 -04:00
parent 8bd4a846ae
commit 9cc82f5068
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ void hwHandleVvtCamSignal(trigger_value_e front, efitick_t nowNt, int index DECL
addEngineSnifferEvent(vvtName, front == TV_RISE ? PROTOCOL_ES_UP : PROTOCOL_ES_DOWN);
#if EFI_TOOTH_LOGGER
// todo: we need to start logging different VVT channels differently!!!
if (front == TV_RISE) {
LogTriggerTooth(SHAFT_SECONDARY_RISING, nowNt PASS_ENGINE_PARAMETER_SUFFIX);
} else {