more butter more better

This commit is contained in:
rusefi 2020-04-19 20:57:01 -04:00
parent 43ba5e1936
commit a3202ca612
1 changed files with 2 additions and 2 deletions

View File

@ -301,9 +301,9 @@ static void onTdcCallback(Engine *engine) {
waveChart.startDataCollection();
#endif
addEngineSnifferEvent(TOP_DEAD_CENTER_MESSAGE, (char* ) rpmBuffer);
#if ! EFI_UNIT_TEST
#if EFI_TOOTH_LOGGER
LogTriggerTopDeadCenter(getTimeNowNt() PASS_ENGINE_PARAMETER_SUFFIX);
#endif /* EFI_UNIT_TEST */
#endif /* EFI_TOOTH_LOGGER */
}
/**