generate java enum from C enum? generate both C and java from yaml? #2102

This commit is contained in:
rusefillc 2021-10-24 00:36:35 -04:00
parent 71fd316f70
commit 5e9c98086e
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class PwmHardwareTest extends RusefiTestBase {
ecu.sendCommand(CMD_TRIGGER_PIN + " 1 PA8");
/* DBG_LOGIC_ANALYZER */
ecu.sendCommand("set debug_mode " + com.rusefi.enums.debug_mode_e.DBG_LOGIC_ANALYZER);
ecu.sendCommand("set debug_mode " + com.rusefi.enums.debug_mode_e.DBG_LOGIC_ANALYZER.ordinal());
/* 160 Hz */
ecu.sendCommand("set idle_solenoid_freq " + FREQUENCY);