mapMinBufferLength

This commit is contained in:
rusefi 2017-06-22 10:10:07 +03:00
parent bd026d534f
commit f496958221
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Jun 13 10:18:38 EDT 2017
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jun 22 09:24:53 MSK 2017
// begin
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
#define ENGINE_CONFIGURATION_GENERATED_H_
@ -660,7 +660,7 @@ typedef struct {
/**
* offset 576
*/
int unused1;
int mapMinBufferLength;
/**
* offset 580
*/
@ -2122,4 +2122,4 @@ typedef struct {
#endif
// end
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue Jun 13 10:18:38 EDT 2017
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jun 22 09:24:53 MSK 2017

View File

@ -676,8 +676,8 @@
#define gpioPinModes16_offset_hex 4a8
#define consoleUartDevice_offset 1196
#define consoleUartDevice_offset_hex 4ac
#define unused1_offset 1200
#define unused1_offset_hex 4b0
#define mapMinBufferLength_offset 1200
#define mapMinBufferLength_offset_hex 4b0
#define idlePidDeactivationTpsThreshold_offset 1204
#define idlePidDeactivationTpsThreshold_offset_hex 4b4
#define idleStepperPulseDuration_offset 1206

View File

@ -1,6 +1,6 @@
package com.rusefi.config;
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Wed Jun 21 07:10:43 MSK 2017
// this file was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Thu Jun 22 09:24:53 MSK 2017
public class Fields {
public static final int LE_COMMAND_LENGTH = 200;
public static final int BLOCKING_FACTOR = 400;
@ -510,7 +510,7 @@ public class Fields {
public static final int gpioPinModes15_offset = 1188;
public static final int gpioPinModes16_offset = 1192;
public static final int consoleUartDevice_offset = 1196;
public static final int unused1_offset = 1200;
public static final int mapMinBufferLength_offset = 1200;
public static final int idlePidDeactivationTpsThreshold_offset = 1204;
public static final int idleStepperPulseDuration_offset = 1206;
public static final int nb2ratioFrom_offset = 1208;
@ -1387,7 +1387,7 @@ public class Fields {
public static final Field GPIOPINMODES15 = Field.create("GPIOPINMODES15", 1188, FieldType.INT, pin_output_mode_e);
public static final Field GPIOPINMODES16 = Field.create("GPIOPINMODES16", 1192, FieldType.INT, pin_output_mode_e);
public static final Field CONSOLEUARTDEVICE = Field.create("CONSOLEUARTDEVICE", 1196, FieldType.INT);
public static final Field UNUSED1 = Field.create("UNUSED1", 1200, FieldType.INT);
public static final Field MAPMINBUFFERLENGTH = Field.create("MAPMINBUFFERLENGTH", 1200, FieldType.INT);
public static final Field IDLEPIDDEACTIVATIONTPSTHRESHOLD = Field.create("IDLEPIDDEACTIVATIONTPSTHRESHOLD", 1204, FieldType.INT);
public static final Field IDLESTEPPERPULSEDURATION = Field.create("IDLESTEPPERPULSEDURATION", 1206, FieldType.INT);
public static final Field NB2RATIOFROM = Field.create("NB2RATIOFROM", 1208, FieldType.FLOAT);