[Feature Request] Transmission Control #1454

This commit is contained in:
rusefi 2020-05-20 01:05:15 -04:00
parent 08f395a608
commit ba8600307f
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
// was generated automatically by rusEfi tool from rusefi_hw_enums.h // was generated automatically by rusEfi tool from rusefi_hw_enums.h
// was generated automatically by rusEfi tool from rusefi_enums.h // was generated automatically by rusEfi tool from rusefi_enums.h
// by enum2string.jar tool // 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 // see also gen_config_and_enums.bat
@ -881,6 +881,8 @@ case GEAR_4:
return "GEAR_4"; return "GEAR_4";
case NEUTRAL: case NEUTRAL:
return "NEUTRAL"; return "NEUTRAL";
case REVERSE:
return "REVERSE";
} }
return NULL; return NULL;
} }

View File

@ -803,7 +803,7 @@ typedef enum {
} sensor_chart_e; } sensor_chart_e;
typedef enum { typedef enum {
//todo fix enum generator java tool to support negative REVERSE = -1, REVERSE = -1,
NEUTRAL = 0, NEUTRAL = 0,
GEAR_1 = 1, GEAR_1 = 1,
GEAR_2 = 2, GEAR_2 = 2,