minor tests improvement
This commit is contained in:
parent
533fdf31ba
commit
f81c1a046e
|
@ -11,7 +11,7 @@
|
|||
#include "speed_density.h"
|
||||
#include "fuel_math.h"
|
||||
#include "accel_enrichment.h"
|
||||
#include "thermistors.h"
|
||||
#include "allsensors.h"
|
||||
#include "advance_map.h"
|
||||
#include "algo.h"
|
||||
|
||||
|
@ -54,12 +54,12 @@ EngineTestHelper::EngineTestHelper(engine_type_e engineType) : engine (&persiste
|
|||
initDataStructures(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
||||
initAccelEnrichment(NULL PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
initSensors(NULL PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
|
||||
resetConfigurationExt(NULL, engineType PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
prepareShapes(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||
engine->engineConfigurationPtr->mafAdcChannel = (adc_channel_e)TEST_MAF_CHANNEL;
|
||||
|
||||
initThermistors(NULL PASS_ENGINE_PARAMETER_SUFFIX);
|
||||
// this is needed to have valid CLT and IAT.
|
||||
engine->updateSlowSensors(PASS_ENGINE_PARAMETER_SIGNATURE);
|
||||
|
||||
|
|
Loading…
Reference in New Issue