auto-sync

This commit is contained in:
rusEfi 2015-10-22 00:01:20 -04:00
parent f10d4d7dc1
commit 7f16b2a1cb
3 changed files with 20 additions and 7 deletions

View File

@ -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 // begin
#include "rusefi_types.h" #include "rusefi_types.h"
typedef struct { typedef struct {
@ -1327,7 +1327,15 @@ typedef struct {
/** /**
* offset 1928 * offset 1928
*/ */
int unused3[57]; brain_pin_e communicationPin;
/**
* offset 1932
*/
brain_pin_e runningPin;
/**
* offset 1936
*/
int unused3[55];
/** /**
* offset 2156 * offset 2156
*/ */
@ -1538,4 +1546,4 @@ typedef struct {
} persistent_config_s; } persistent_config_s;
// end // 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

View File

@ -679,8 +679,11 @@
#define idleDT_offset_hex 780 #define idleDT_offset_hex 780
#define idleControl_offset 1924 #define idleControl_offset 1924
#define idleControl_offset_hex 784 #define idleControl_offset_hex 784
#define unused3_offset 1928 #define communicationPin_offset 1928
#define unused3_offset_hex 788 #define communicationPin_offset_hex 788
#define runningPin_offset 1932
#define unused3_offset 1936
#define unused3_offset_hex 790
#define targetVBatt_offset 2156 #define targetVBatt_offset 2156
#define alternatorOffAboveTps_offset 2160 #define alternatorOffAboveTps_offset 2160
#define alternatorOffAboveTps_offset_hex 870 #define alternatorOffAboveTps_offset_hex 870

View File

@ -588,8 +588,10 @@ baro_corr_table_t baroCorrTable;
float idleIFactor; float idleIFactor;
float idleDFactor; float idleDFactor;
int idleDT; int idleDT;
idle_control_e idleControl; idle_control_e idleControl;
int[57] unused3; brain_pin_e communicationPin;
brain_pin_e runningPin;
int[55] unused3;
float targetVBatt;;"Volts", 1, 0, 0,30, 1 float targetVBatt;;"Volts", 1, 0, 0,30, 1
float alternatorOffAboveTps;Turn off alternator output above specified TPS;"%", 1, 0, 0, 200, 2 float alternatorOffAboveTps;Turn off alternator output above specified TPS;"%", 1, 0, 0, 200, 2