auto-sync
This commit is contained in:
parent
a1442a4731
commit
13c4632717
|
@ -1,4 +1,4 @@
|
|||
// this section was generated by config_definition.jar on Thu Feb 12 22:08:45 EST 2015
|
||||
// this section was generated by config_definition.jar on Tue Feb 17 16:44:47 EST 2015
|
||||
// begin
|
||||
#include "rusefi_types.h"
|
||||
typedef struct {
|
||||
|
@ -1068,7 +1068,15 @@ typedef struct {
|
|||
/**
|
||||
* offset 5204
|
||||
*/
|
||||
int unused3[149];
|
||||
int unused3[147];
|
||||
/**
|
||||
* offset 5792
|
||||
*/
|
||||
float accelEnrichmentThreshold;
|
||||
/**
|
||||
* offset 5796
|
||||
*/
|
||||
float accelEnrichmentMultiplier;
|
||||
/**
|
||||
* offset 5800
|
||||
*/
|
||||
|
@ -1164,4 +1172,4 @@ typedef struct {
|
|||
} engine_configuration_s;
|
||||
|
||||
// end
|
||||
// this section was generated by config_definition.jar on Thu Feb 12 22:08:45 EST 2015
|
||||
// this section was generated by config_definition.jar on Tue Feb 17 16:44:47 EST 2015
|
||||
|
|
|
@ -278,5 +278,5 @@ int getRusEfiVersion(void) {
|
|||
return 1; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE == 0)
|
||||
return 1; // this is here to make the compiler happy about the unused array
|
||||
return 20150216;
|
||||
return 20150217;
|
||||
}
|
||||
|
|
|
@ -469,7 +469,10 @@ bit hasMapSensor;@see isMapAveragingEnabled
|
|||
custom pin_input_mode_e 4 scalar, F32, @OFFSET@, "ms", 1, 0, 0, 200, 1
|
||||
pin_input_mode_e[LE_COMMAND_COUNT iterate] fsioInputModes;
|
||||
|
||||
int[149] unused3;
|
||||
int[147] unused3;
|
||||
|
||||
float accelEnrichmentThreshold;;"roc", 1, 0, 0, 200, 3
|
||||
float accelEnrichmentMultiplier;;"coeff", 1, 0, 0, 200, 3
|
||||
|
||||
le_formula_t timingMultiplier;
|
||||
le_formula_t timingAdditive;
|
||||
|
|
Loading…
Reference in New Issue