fix vvt indication #2926
This commit is contained in:
parent
3ce906edcf
commit
61ddbef624
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "obd_error_codes.h"
|
||||
// was generated automatically by rusEFI tool from obd_error_codes.h // by enum2string.jar tool on Sat Jul 03 20:51:11 EDT 2021
|
||||
// was generated automatically by rusEFI tool from obd_error_codes.h // by enum2string.jar tool on Tue Jul 13 10:52:36 EDT 2021
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -463,8 +463,6 @@ case CUSTOM_ERR_UNEXPECTED_SPI:
|
|||
return "CUSTOM_ERR_UNEXPECTED_SPI";
|
||||
case CUSTOM_ERR_UNKNOWN_PORT:
|
||||
return "CUSTOM_ERR_UNKNOWN_PORT";
|
||||
case CUSTOM_ERR_VVT_OUT_OF_RANGE:
|
||||
return "CUSTOM_ERR_VVT_OUT_OF_RANGE";
|
||||
case CUSTOM_ERR_WAVE_1:
|
||||
return "CUSTOM_ERR_WAVE_1";
|
||||
case CUSTOM_ERR_WAVE_2:
|
||||
|
@ -769,6 +767,8 @@ case ERROR_TRIGGER_DRAMA:
|
|||
return "ERROR_TRIGGER_DRAMA";
|
||||
case Internal_ForceMyEnumIntSize_cranking_obd_code:
|
||||
return "Internal_ForceMyEnumIntSize_cranking_obd_code";
|
||||
case NO_LONGER_USED_CUSTOM_ERR_VVT_OUT_OF_RANGE:
|
||||
return "NO_LONGER_USED_CUSTOM_ERR_VVT_OUT_OF_RANGE";
|
||||
case OBD_Barometric_Press_Circ:
|
||||
return "OBD_Barometric_Press_Circ";
|
||||
case OBD_Barometric_Press_Circ_Range_Perf:
|
||||
|
|
|
@ -2083,7 +2083,7 @@ typedef enum {
|
|||
CUSTOM_NO_ETB_FOR_IDLE = 6723,
|
||||
CUSTOM_ERR_TLE8888_RESPONSE = 6724,
|
||||
CUSTOM_ERR_CJ125_DIAG = 6725,
|
||||
CUSTOM_ERR_VVT_OUT_OF_RANGE = 6726,
|
||||
NO_LONGER_USED_CUSTOM_ERR_VVT_OUT_OF_RANGE = 6726,
|
||||
CUSTOM_VVT_MODE_NOT_SELECTED = 6727,
|
||||
CUSTOM_ERR_6728 = 6728,
|
||||
CUSTOM_ERR_6729 = 6729,
|
||||
|
|
Loading…
Reference in New Issue