auto-sync

This commit is contained in:
rusEfi 2015-06-01 22:11:23 -04:00
parent 2bf63f1f52
commit 7b24de1978
2 changed files with 4 additions and 2 deletions

View File

@ -91,7 +91,9 @@ typedef struct {
float tpsAccelFuel;
float baroCorrection;
float pedalPosition;
int unused3[14];
float injectorDutyCycle;
int knockCount;
int unused3[12];
} TunerStudioOutputChannels;
#endif /* TUNERSTUDIO_CONFIGURATION_H_ */

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 20150531;
return 20150601;
}