progress #371
This commit is contained in:
parent
a1b0630caa
commit
17eda90ede
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 11 19:47:37 EST 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 11 20:01:02 EST 2017
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -1837,7 +1837,7 @@ typedef struct {
|
|||
/**
|
||||
* offset 2776
|
||||
*/
|
||||
float_t timing_offset_cylinder[IGNITION_PIN_COUNT];
|
||||
cfg_float_t timing_offset_cylinder[IGNITION_PIN_COUNT];
|
||||
/**
|
||||
* offset 2824
|
||||
*/
|
||||
|
@ -2056,4 +2056,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 11 19:47:37 EST 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Mar 11 20:01:02 EST 2017
|
||||
|
|
|
@ -90,7 +90,7 @@ typedef int32_t bool32_t;
|
|||
typedef int16_t fsio_pwm_freq_t;
|
||||
|
||||
typedef float fsio_setting_t;
|
||||
typedef float float_t;
|
||||
typedef float cfg_float_t;
|
||||
|
||||
typedef brain_pin_e brain_input_pin_e;
|
||||
|
||||
|
|
|
@ -781,8 +781,8 @@ int16_t etbFreq;;"Hz", 1, 0, 0, 500, 10
|
|||
adc_channel_e cj125ua;lampda input
|
||||
adc_channel_e cj125ur;heater input
|
||||
|
||||
custom float_t 4 scalar, F32, @OFFSET@, "Val", 1, 0, 0, 18000, 4
|
||||
float_t[IGNITION_PIN_COUNT iterate] timing_offset_cylinder;
|
||||
custom cfg_float_t 4 scalar, F32, @OFFSET@, "Val", 1, 0, 0, 18000, 4
|
||||
cfg_float_t[IGNITION_PIN_COUNT iterate] timing_offset_cylinder;
|
||||
|
||||
int[56] unused;
|
||||
|
||||
|
|
Loading…
Reference in New Issue