placing parts of confusion closer together
This commit is contained in:
parent
caa4a790f9
commit
61e852f0ae
|
@ -16,9 +16,6 @@
|
|||
#include "flash_int.h"
|
||||
#include "engine_math.h"
|
||||
|
||||
// this message is part of console API, see FLASH_SUCCESS_MSG in java code
|
||||
#define FLASH_SUCCESS_MSG "FLASH_SUCESS"
|
||||
|
||||
#if EFI_TUNER_STUDIO
|
||||
#include "tunerstudio.h"
|
||||
#endif
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.rusefi.config.generated;
|
||||
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Fri May 08 22:09:51 EDT 2020
|
||||
// this file was generated automatically by rusEfi tool ConfigDefinition.jar based on gen_config.bat integration\rusefi_config.txt Sat May 09 00:42:22 EDT 2020
|
||||
|
||||
// by class com.rusefi.output.FileJavaFieldsConsumer
|
||||
import com.rusefi.config.*;
|
||||
|
@ -445,6 +445,7 @@ public class Fields {
|
|||
public static final int firingOrder_offset_hex = 194;
|
||||
public static final int fixedModeTiming_offset = 452;
|
||||
public static final int fixedTiming_offset = 2204;
|
||||
public static final int FLASH_DATA_VERSION = 10001;
|
||||
public static final int frequencyReportingMapInputPin_offset = 970;
|
||||
public static final int FSIO_ANALOG_INPUT_COUNT = 4;
|
||||
public static final int FSIO_COMMAND_COUNT = 16;
|
||||
|
|
Loading…
Reference in New Issue