DC not ETB refactoring
This commit is contained in:
parent
f128f8b864
commit
5ad36e655f
|
@ -105,7 +105,7 @@ const dc_io& getConfigForMotor(size_t index DECLARE_ENGINE_PARAMETER_SUFFIX) {
|
|||
return engineConfiguration->etbIo[index];
|
||||
}
|
||||
|
||||
return engineConfiguration->etbIo2[index - firstSize];
|
||||
return engineConfiguration->stepperDcIo[index - firstSize];
|
||||
}
|
||||
|
||||
DcMotor* initDcMotor(size_t index, bool useTwoWires DECLARE_ENGINE_PARAMETER_SUFFIX) {
|
||||
|
|
|
@ -951,7 +951,7 @@ custom maf_sensor_type_e 4 bits, S32, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
|
|||
|
||||
stft_s stft
|
||||
|
||||
dc_io[DC_PER_STEPPER iterate] etbIo2
|
||||
dc_io[DC_PER_STEPPER iterate] stepperDcIo
|
||||
|
||||
vehicle_info_t engineMake;+For example, BMW, GM or Chevrolet\nREQUIRED for rusEFI Online
|
||||
vehicle_info_t engineCode;+For example, LS1 or NB2\nREQUIRED for rusEFI Online
|
||||
|
|
Loading…
Reference in New Issue