Skip to content

Commit

Permalink
[Feature Request] Transmission Control #1454
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed May 20, 2020
1 parent e8dc343 commit b9fedca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Expand Up @@ -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:44 EDT 2020
// on Wed May 20 01:03:28 EDT 2020
// see also gen_config_and_enums.bat


Expand Down Expand Up @@ -737,6 +737,8 @@ case GEAR_4:
return "GEAR_4";
case NEUTRAL:
return "NEUTRAL";
case REVERSE:
return "REVERSE";
}
return NULL;
}
Expand Down
4 changes: 3 additions & 1 deletion firmware/controllers/algo/auto_generated_enums.cpp
Expand Up @@ -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


Expand Down Expand Up @@ -881,6 +881,8 @@ case GEAR_4:
return "GEAR_4";
case NEUTRAL:
return "NEUTRAL";
case REVERSE:
return "REVERSE";
}
return NULL;
}
Expand Down
2 changes: 1 addition & 1 deletion firmware/controllers/algo/rusefi_enums.h
Expand Up @@ -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,
Expand Down

0 comments on commit b9fedca

Please sign in to comment.