auto-sync

This commit is contained in:
rusEfi 2015-02-17 16:06:55 -06:00
parent a1442a4731
commit 13c4632717
3 changed files with 16 additions and 5 deletions

View File

@ -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 // begin
#include "rusefi_types.h" #include "rusefi_types.h"
typedef struct { typedef struct {
@ -1068,7 +1068,15 @@ typedef struct {
/** /**
* offset 5204 * offset 5204
*/ */
int unused3[149]; int unused3[147];
/**
* offset 5792
*/
float accelEnrichmentThreshold;
/**
* offset 5796
*/
float accelEnrichmentMultiplier;
/** /**
* offset 5800 * offset 5800
*/ */
@ -1164,4 +1172,4 @@ typedef struct {
} engine_configuration_s; } engine_configuration_s;
// end // 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

View File

@ -278,5 +278,5 @@ int getRusEfiVersion(void) {
return 1; // this is here to make the compiler happy about the unused array return 1; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE == 0) if (UNUSED_CCM_SIZE == 0)
return 1; // this is here to make the compiler happy about the unused array return 1; // this is here to make the compiler happy about the unused array
return 20150216; return 20150217;
} }

View File

@ -469,7 +469,10 @@ bit hasMapSensor;@see isMapAveragingEnabled
custom pin_input_mode_e 4 scalar, F32, @OFFSET@, "ms", 1, 0, 0, 200, 1 custom pin_input_mode_e 4 scalar, F32, @OFFSET@, "ms", 1, 0, 0, 200, 1
pin_input_mode_e[LE_COMMAND_COUNT iterate] fsioInputModes; 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 timingMultiplier;
le_formula_t timingAdditive; le_formula_t timingAdditive;