auto-sync
This commit is contained in:
parent
3827ad05b4
commit
f7f50b52c6
|
@ -17,6 +17,14 @@ EXTERN_ENGINE;
|
||||||
void setLadaKalina(DECLARE_ENGINE_PARAMETER_F) {
|
void setLadaKalina(DECLARE_ENGINE_PARAMETER_F) {
|
||||||
setCustomEngineConfiguration(PASS_ENGINE_PARAMETER_F);
|
setCustomEngineConfiguration(PASS_ENGINE_PARAMETER_F);
|
||||||
|
|
||||||
|
boardConfiguration->HD44780_rs = GPIO_UNASSIGNED;
|
||||||
|
boardConfiguration->HD44780_e = GPIO_UNASSIGNED;
|
||||||
|
boardConfiguration->HD44780_db4 = GPIO_UNASSIGNED;
|
||||||
|
boardConfiguration->HD44780_db5 = GPIO_UNASSIGNED;
|
||||||
|
boardConfiguration->HD44780_db6 = GPIO_UNASSIGNED;
|
||||||
|
boardConfiguration->HD44780_db7 = GPIO_UNASSIGNED;
|
||||||
|
|
||||||
|
|
||||||
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);
|
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);
|
||||||
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL_60_2;
|
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL_60_2;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<component name="ProjectRunConfigurationManager">
|
<component name="ProjectRunConfigurationManager">
|
||||||
<configuration default="false" name="Launcher COM4" type="Application" factoryName="Application">
|
<configuration default="false" name="Launcher COM4" type="Application" factoryName="Application" folderName="x">
|
||||||
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
|
||||||
<option name="MAIN_CLASS_NAME" value="com.rusefi.Launcher" />
|
<option name="MAIN_CLASS_NAME" value="com.rusefi.Launcher" />
|
||||||
<option name="VM_PARAMETERS" value="" />
|
<option name="VM_PARAMETERS" value="" />
|
||||||
|
|
Loading…
Reference in New Issue