auto-sync

This commit is contained in:
rusEfi 2016-06-19 23:02:56 -04:00
parent a7ca3c862c
commit c53a422dab
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ typedef struct {
int debugIntField3; // 220
int timeSeconds; // 224
float engineLoadDelta; // 228
int unused3[11];
float speedToRpmRatio; // 232
int unused3[10];
} TunerStudioOutputChannels;
#endif /* TUNERSTUDIO_CONFIGURATION_H_ */