generate java enum from C enum #2102

one step back
This commit is contained in:
rusefillc 2020-12-18 14:21:08 -05:00
parent 3617a6e95b
commit 50e9dd6da7
1 changed files with 3 additions and 1 deletions

View File

@ -771,7 +771,9 @@ typedef enum {
DBG_FSIO_SPECIAL = 42,
DBG_INJECTOR_COMPENSATION = 43,
DBG_DYNO_VIEW = 44,
DBG_LOGIC_ANALYZER = DBG_DBG_LOGIC_ANALYZER,
// todo: because of getEnumOptionsForTunerStudio 'getEnumOptionsForTunerStudio' would not work here
// todo: https://github.com/rusefi/rusefi/issues/2102
DBG_LOGIC_ANALYZER = 45,
DBG_RUSEFI_WIDEBAND = 46,
DBG_47 = 47,
DBG_48 = 48,