generate java enum from C enum? generate both C and java from yaml? #2102
This commit is contained in:
parent
71fd316f70
commit
5e9c98086e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue