diff --git a/firmware/controllers/algo/engine_configuration_generated_structures.h b/firmware/controllers/algo/engine_configuration_generated_structures.h index 1d7b843276..2822e1d34d 100644 --- a/firmware/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated by config_definition.jar on Tue Oct 20 12:50:40 EDT 2015 +// this section was generated by config_definition.jar on Wed Oct 21 23:23:33 EDT 2015 // begin #include "rusefi_types.h" typedef struct { @@ -1327,7 +1327,15 @@ typedef struct { /** * offset 1928 */ - int unused3[57]; + brain_pin_e communicationPin; + /** + * offset 1932 + */ + brain_pin_e runningPin; + /** + * offset 1936 + */ + int unused3[55]; /** * offset 2156 */ @@ -1538,4 +1546,4 @@ typedef struct { } persistent_config_s; // end -// this section was generated by config_definition.jar on Tue Oct 20 12:50:40 EDT 2015 +// this section was generated by config_definition.jar on Wed Oct 21 23:23:33 EDT 2015 diff --git a/firmware/controllers/algo/rusefi_generated.h b/firmware/controllers/algo/rusefi_generated.h index c307513b44..5d4920319f 100644 --- a/firmware/controllers/algo/rusefi_generated.h +++ b/firmware/controllers/algo/rusefi_generated.h @@ -679,8 +679,11 @@ #define idleDT_offset_hex 780 #define idleControl_offset 1924 #define idleControl_offset_hex 784 -#define unused3_offset 1928 -#define unused3_offset_hex 788 +#define communicationPin_offset 1928 +#define communicationPin_offset_hex 788 +#define runningPin_offset 1932 +#define unused3_offset 1936 +#define unused3_offset_hex 790 #define targetVBatt_offset 2156 #define alternatorOffAboveTps_offset 2160 #define alternatorOffAboveTps_offset_hex 870 diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 434bd04e7b..8e24efc4ca 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -588,8 +588,10 @@ baro_corr_table_t baroCorrTable; float idleIFactor; float idleDFactor; int idleDT; - idle_control_e idleControl; - int[57] unused3; + idle_control_e idleControl; + brain_pin_e communicationPin; + brain_pin_e runningPin; + int[55] unused3; float targetVBatt;;"Volts", 1, 0, 0,30, 1 float alternatorOffAboveTps;Turn off alternator output above specified TPS;"%", 1, 0, 0, 200, 2