[Feature Request] Transmission Control #1454
This commit is contained in:
parent
08f395a608
commit
ba8600307f
|
@ -4,7 +4,7 @@
|
|||
// was generated automatically by rusEfi tool from rusefi_hw_enums.h
|
||||
// was generated automatically by rusEfi tool from rusefi_enums.h
|
||||
// by enum2string.jar tool
|
||||
// on Wed May 20 00:37:41 EDT 2020
|
||||
// on Wed May 20 01:03:30 EDT 2020
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -881,6 +881,8 @@ case GEAR_4:
|
|||
return "GEAR_4";
|
||||
case NEUTRAL:
|
||||
return "NEUTRAL";
|
||||
case REVERSE:
|
||||
return "REVERSE";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
@ -803,7 +803,7 @@ typedef enum {
|
|||
} sensor_chart_e;
|
||||
|
||||
typedef enum {
|
||||
//todo fix enum generator java tool to support negative REVERSE = -1,
|
||||
REVERSE = -1,
|
||||
NEUTRAL = 0,
|
||||
GEAR_1 = 1,
|
||||
GEAR_2 = 2,
|
||||
|
|
Loading…
Reference in New Issue