Auto-generated configs and docs
This commit is contained in:
parent
a0da677a1e
commit
6418d7b11b
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Fri Apr 15 14:31:41 UTC 2022
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sat Apr 30 18:27:05 UTC 2022
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -258,19 +258,6 @@ case W202:
|
|||
}
|
||||
return NULL;
|
||||
}
|
||||
const char *getChamber_style_e(chamber_style_e value){
|
||||
switch(value) {
|
||||
case CS_CLOSED:
|
||||
return "CS_CLOSED";
|
||||
case CS_OPEN:
|
||||
return "CS_OPEN";
|
||||
case CS_SWIRL_TUMBLE:
|
||||
return "CS_SWIRL_TUMBLE";
|
||||
case Internal_ForceMyEnumIntSize_chamber_stype:
|
||||
return "Internal_ForceMyEnumIntSize_chamber_stype";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
const char *getCranking_ignition_mode_e(cranking_ignition_mode_e value){
|
||||
switch(value) {
|
||||
case CIM_DEFAULT:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Fri Apr 15 14:31:41 UTC 2022
|
||||
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Sat Apr 30 18:27:05 UTC 2022
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -28,7 +28,6 @@ const char *getBrain_pin_diag_e(brain_pin_diag_e value);
|
|||
const char *getCan_baudrate_e(can_baudrate_e value);
|
||||
const char *getCan_nbc_e(can_nbc_e value);
|
||||
const char *getCan_vss_nbc_e(can_vss_nbc_e value);
|
||||
const char *getChamber_style_e(chamber_style_e value);
|
||||
const char *getCranking_ignition_mode_e(cranking_ignition_mode_e value);
|
||||
const char *getDisplay_mode_e(display_mode_e value);
|
||||
const char *getEgo_sensor_e(ego_sensor_e value);
|
||||
|
|
Loading…
Reference in New Issue