Auto-generated configs and docs
This commit is contained in:
parent
3fa3c7ab35
commit
24caf18d46
|
@ -1,6 +1,6 @@
|
||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "engine_types.h"
|
#include "engine_types.h"
|
||||||
// was generated automatically by rusEFI tool from engine_types.h // by enum2string.jar tool on Tue Feb 01 22:07:18 EST 2022
|
// was generated automatically by rusEFI tool from engine_types.h // by enum2string.jar tool on Sun Feb 06 17:54:41 UTC 2022
|
||||||
// see also gen_config_and_enums.bat
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
@ -257,6 +257,8 @@ case HONDA_600:
|
||||||
return "HONDA_600";
|
return "HONDA_600";
|
||||||
case HONDA_ACCORD_CD_TWO_WIRES:
|
case HONDA_ACCORD_CD_TWO_WIRES:
|
||||||
return "HONDA_ACCORD_CD_TWO_WIRES";
|
return "HONDA_ACCORD_CD_TWO_WIRES";
|
||||||
|
case L9779_BENCH_ENGINE:
|
||||||
|
return "L9779_BENCH_ENGINE";
|
||||||
case MAZDA_MIATA_2003_BOARD_TEST:
|
case MAZDA_MIATA_2003_BOARD_TEST:
|
||||||
return "MAZDA_MIATA_2003_BOARD_TEST";
|
return "MAZDA_MIATA_2003_BOARD_TEST";
|
||||||
case MAZDA_MIATA_2003_NA_RAIL:
|
case MAZDA_MIATA_2003_NA_RAIL:
|
||||||
|
@ -351,8 +353,6 @@ case TOYOTA_JZS147:
|
||||||
return "TOYOTA_JZS147";
|
return "TOYOTA_JZS147";
|
||||||
case UNUSED39:
|
case UNUSED39:
|
||||||
return "UNUSED39";
|
return "UNUSED39";
|
||||||
case L9779_BENCH_ENGINE:
|
|
||||||
return "UNUSED60";
|
|
||||||
case UNUSED61:
|
case UNUSED61:
|
||||||
return "UNUSED61";
|
return "UNUSED61";
|
||||||
case UNUSED_48:
|
case UNUSED_48:
|
||||||
|
|
|
@ -64,7 +64,7 @@ public enum engine_type_e {
|
||||||
FRANKENSO_MIATA_NA6_VAF,
|
FRANKENSO_MIATA_NA6_VAF,
|
||||||
ETB_BENCH_ENGINE,
|
ETB_BENCH_ENGINE,
|
||||||
TLE8888_BENCH_ENGINE,
|
TLE8888_BENCH_ENGINE,
|
||||||
UNUSED60,
|
L9779_BENCH_ENGINE,
|
||||||
UNUSED61,
|
UNUSED61,
|
||||||
VW_B6,
|
VW_B6,
|
||||||
PROTEUS_BMW_M73,
|
PROTEUS_BMW_M73,
|
||||||
|
|
Loading…
Reference in New Issue