auto-sync

This commit is contained in:
rusEfi 2015-07-27 08:02:59 -04:00
parent d4e48a142d
commit 2b40ee6a92
2 changed files with 3 additions and 3 deletions

View File

@ -165,8 +165,8 @@ void rpmShaftPositionCallback(trigger_event_e ckpSignalType,
#endif
#if EFI_ANALOG_CHART || defined(__DOXYGEN__)
angle_t crankAngle;
int signal;
angle_t crankAngle = NAN;
int signal = -1;
if (boardConfiguration->sensorChartMode == SC_TRIGGER) {
crankAngle = getCrankshaftAngleNt(nowNt PASS_ENGINE_PARAMETER);
signal = 1000 * ckpSignalType + index;

View File

@ -291,5 +291,5 @@ int getRusEfiVersion(void) {
return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array
return 20150713;
return 20150727;
}