auto-sync
This commit is contained in:
parent
2bf63f1f52
commit
7b24de1978
|
@ -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_ */
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue