auto-sync
This commit is contained in:
parent
9db6db9508
commit
19c1b9547c
|
@ -298,5 +298,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 20160517;
|
||||
return 20160518;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by Version2Header
|
||||
// Tue Apr 26 09:25:24 EDT 2016
|
||||
// Wed May 18 23:28:56 EDT 2016
|
||||
#ifndef VCS_VERSION
|
||||
#define VCS_VERSION "9866"
|
||||
#define VCS_VERSION "9912"
|
||||
#endif
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
package com.rusefi.config;
|
||||
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon Apr 25 22:10:39 EDT 2016
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Apr 30 09:55:07 EDT 2016
|
||||
public class Fields {
|
||||
public static final int LE_COMMAND_LENGTH = 200;
|
||||
public static final int TS_FILE_VERSION = 20160312;
|
||||
public static final int TS_FILE_VERSION = 20160430;
|
||||
public static final int WARMUP_TARGET_AFR_SIZE = 4;
|
||||
public static final int MAP_ANGLE_SIZE = 8;
|
||||
public static final int MAP_WINDOW_SIZE = 8;
|
||||
|
|
Loading…
Reference in New Issue