manual chery-pick of #602
This commit is contained in:
parent
e2a2764f8a
commit
3fa3aa3094
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 29 17:54:43 EDT 2018
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 04 10:21:45 EDT 2018
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -918,7 +918,7 @@ typedef struct {
|
|||
bool cj125isUaDivided : 1;
|
||||
/**
|
||||
offset 76 bit 11 */
|
||||
bool issue_294_11 : 1;
|
||||
bool cj125isLsu49 : 1;
|
||||
/**
|
||||
offset 76 bit 12 */
|
||||
bool issue_294_12 : 1;
|
||||
|
@ -2390,4 +2390,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 29 17:54:43 EDT 2018
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 04 10:21:45 EDT 2018
|
||||
|
|
|
@ -104,8 +104,8 @@
|
|||
#define useBiQuadAnalogFiltering_offset_hex 4c
|
||||
#define cj125isUaDivided_offset 76
|
||||
#define cj125isUaDivided_offset_hex 4c
|
||||
#define issue_294_11_offset 76
|
||||
#define issue_294_11_offset_hex 4c
|
||||
#define cj125isLsu49_offset 76
|
||||
#define cj125isLsu49_offset_hex 4c
|
||||
#define issue_294_12_offset 76
|
||||
#define issue_294_12_offset_hex 4c
|
||||
#define issue_294_13_offset 76
|
||||
|
|
|
@ -256,7 +256,7 @@ bit activateAuxPid4;
|
|||
bit isVerboseAuxPid4;
|
||||
bit useBiQuadAnalogFiltering;
|
||||
bit cj125isUaDivided;
|
||||
bit issue_294_11;
|
||||
bit cj125isLsu49;
|
||||
bit issue_294_12;
|
||||
bit issue_294_13;
|
||||
bit issue_294_14;
|
||||
|
|
|
@ -63,7 +63,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 29 17:54:43 EDT 2018
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 04 10:21:45 EDT 2018
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -83,7 +83,7 @@ page = 1
|
|||
isVerboseAuxPid4 = bits, U32, 76, [8:8], "false", "true"
|
||||
useBiQuadAnalogFiltering= bits, U32, 76, [9:9], "false", "true"
|
||||
cj125isUaDivided = bits, U32, 76, [10:10], "false", "true"
|
||||
issue_294_11 = bits, U32, 76, [11:11], "false", "true"
|
||||
cj125isLsu49 = bits, U32, 76, [11:11], "false", "true"
|
||||
issue_294_12 = bits, U32, 76, [12:12], "false", "true"
|
||||
issue_294_13 = bits, U32, 76, [13:13], "false", "true"
|
||||
issue_294_14 = bits, U32, 76, [14:14], "false", "true"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config;
|
||||
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sun Jul 29 17:54:43 EDT 2018
|
||||
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Aug 04 10:21:45 EDT 2018
|
||||
public class Fields {
|
||||
public static final int LE_COMMAND_LENGTH = 200;
|
||||
public static final int BLOCKING_FACTOR = 400;
|
||||
|
@ -68,7 +68,7 @@ public class Fields {
|
|||
public static final int isVerboseAuxPid4_offset = 76;
|
||||
public static final int useBiQuadAnalogFiltering_offset = 76;
|
||||
public static final int cj125isUaDivided_offset = 76;
|
||||
public static final int issue_294_11_offset = 76;
|
||||
public static final int cj125isLsu49_offset = 76;
|
||||
public static final int issue_294_12_offset = 76;
|
||||
public static final int issue_294_13_offset = 76;
|
||||
public static final int issue_294_14_offset = 76;
|
||||
|
@ -1187,7 +1187,7 @@ public class Fields {
|
|||
public static final Field ISVERBOSEAUXPID4 = Field.create("ISVERBOSEAUXPID4", 76, FieldType.BIT, 8);
|
||||
public static final Field USEBIQUADANALOGFILTERING = Field.create("USEBIQUADANALOGFILTERING", 76, FieldType.BIT, 9);
|
||||
public static final Field CJ125ISUADIVIDED = Field.create("CJ125ISUADIVIDED", 76, FieldType.BIT, 10);
|
||||
public static final Field ISSUE_294_11 = Field.create("ISSUE_294_11", 76, FieldType.BIT, 11);
|
||||
public static final Field CJ125ISLSU49 = Field.create("CJ125ISLSU49", 76, FieldType.BIT, 11);
|
||||
public static final Field ISSUE_294_12 = Field.create("ISSUE_294_12", 76, FieldType.BIT, 12);
|
||||
public static final Field ISSUE_294_13 = Field.create("ISSUE_294_13", 76, FieldType.BIT, 13);
|
||||
public static final Field ISSUE_294_14 = Field.create("ISSUE_294_14", 76, FieldType.BIT, 14);
|
||||
|
|
Loading…
Reference in New Issue