Pavel says there are issues

This commit is contained in:
rusefillc 2021-08-11 04:00:37 -04:00
parent df0455a29e
commit c34db37dfb
2 changed files with 6 additions and 2 deletions

View File

@ -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 Tue Aug 10 02:25:01 EDT 2021
// was generated automatically by rusEFI tool from rusefi_enums.h // by enum2string.jar tool on Wed Aug 11 01:59:23 EDT 2021
// see also gen_config_and_enums.bat
@ -1000,6 +1000,8 @@ case TT_SUBARU_7_WITHOUT_6:
return "TT_SUBARU_7_WITHOUT_6";
case TT_SUBARU_SVX:
return "TT_SUBARU_SVX";
case TT_TEMP_62:
return "TT_TEMP_62";
case TT_TOOTHED_WHEEL:
return "TT_TOOTHED_WHEEL";
case TT_TOOTHED_WHEEL_36_1:

View File

@ -410,6 +410,8 @@ typedef enum {
TT_NISSAN_QR25 = TT_TT_NISSAN_QR25,
TT_TEMP_62 = TT_TT_TEMP_62,
// do not forget to edit "#define trigger_type_e_enum" line in integration/rusefi_config.txt file to propogate new value to rusefi.ini TS project
// do not forget to invoke "gen_config.bat" once you make changes to integration/rusefi_config.txt
@ -417,7 +419,7 @@ typedef enum {
//
// Another point: once you add a new trigger, run get_trigger_images.bat which would run rusefi_test.exe from unit_tests
//
TT_UNUSED = 62, // this is used if we want to iterate over all trigger types
TT_UNUSED = 63, // this is used if we want to iterate over all trigger types
// todo: convert to ENUM_16_BITS? I can see 257 triggers but not 65K triggers
Force_4_bytes_size_trigger_type = ENUM_32_BITS,