auto-sync
This commit is contained in:
parent
a34a9db087
commit
0f1606d43f
|
@ -179,7 +179,7 @@ void TriggerCentral::handleShaftSignal(trigger_event_e signal DECLARE_ENGINE_PAR
|
|||
}
|
||||
|
||||
if (triggerState.currentCycle.current_index >= TRIGGER_SHAPE(size)) {
|
||||
warning(OBD_PCM_Processor_Fault, "unexpected eventIndex=%d", triggerState.currentCycle.current_index);
|
||||
warning(OBD_PCM_Processor_Fault, "unexpected eventIndex=%d while size %d", triggerState.currentCycle.current_index, TRIGGER_SHAPE(size));
|
||||
} else {
|
||||
|
||||
/**
|
||||
|
|
|
@ -2483,6 +2483,12 @@
|
|||
<file>
|
||||
<name>$PROJ_DIR$\..\controllers\trigger\trigger_nissan.h</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\controllers\trigger\trigger_simulator.cpp</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\controllers\trigger\trigger_simulator.h</name>
|
||||
</file>
|
||||
<file>
|
||||
<name>$PROJ_DIR$\..\controllers\trigger\trigger_structure.cpp</name>
|
||||
</file>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by Version2Header
|
||||
// Thu Sep 24 08:03:02 EDT 2015
|
||||
#ifndef VCS_VERSION
|
||||
#define VCS_VERSION "8861"
|
||||
#define VCS_VERSION "8861"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue