don't use
This commit is contained in:
parent
2572809535
commit
ec9710817c
|
@ -39,7 +39,6 @@
|
|||
|
||||
EXTERN_ENGINE;
|
||||
|
||||
fuel_Map3D_t fuelMap("fuel");
|
||||
fuel_Map3D_t fuelPhaseMap("fl ph");
|
||||
extern fuel_Map3D_t veMap;
|
||||
extern afr_Map3D_t afrMap;
|
||||
|
@ -347,7 +346,6 @@ void initFuelMap(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
|
|||
INJECT_ENGINE_REFERENCE(&sdAirmass);
|
||||
INJECT_ENGINE_REFERENCE(&mafAirmass);
|
||||
|
||||
fuelMap.init(config->fuelTable, config->fuelLoadBins, config->fuelRpmBins);
|
||||
#if (IGN_LOAD_COUNT == FUEL_LOAD_COUNT) && (IGN_RPM_COUNT == FUEL_RPM_COUNT)
|
||||
fuelPhaseMap.init(config->injectionPhase, config->injPhaseLoadBins, config->injPhaseRpmBins);
|
||||
#endif /* (IGN_LOAD_COUNT == FUEL_LOAD_COUNT) && (IGN_RPM_COUNT == FUEL_RPM_COUNT) */
|
||||
|
|
|
@ -184,14 +184,6 @@ void printConfiguration(const engine_configuration_s *engineConfiguration) {
|
|||
|
||||
scheduleMsg(&logger, "configurationVersion=%d", engine->getGlobalConfigurationVersion());
|
||||
|
||||
for (int k = 0; k < FUEL_LOAD_COUNT; k++) {
|
||||
// print("line %d (%.2f): ", k, engineConfiguration->fuelKeyBins[k]);
|
||||
// for (int r = 0; r < FUEL_RPM_COUNT; r++) {
|
||||
// print("%.2f ", engineConfiguration->fuelTable[k][r]);
|
||||
// }
|
||||
// print("\r\n");
|
||||
}
|
||||
|
||||
scheduleMsg(&logger, "rpmHardLimit: %d/operationMode=%d", engineConfiguration->rpmHardLimit,
|
||||
engine->getOperationMode(PASS_ENGINE_PARAMETER_SIGNATURE));
|
||||
|
||||
|
|
Loading…
Reference in New Issue