only:better custom size guard
This commit is contained in:
parent
86557e5b14
commit
c78e3735b4
|
@ -195,14 +195,13 @@ static void setMazdaMiataNbTpsTps() {
|
|||
}
|
||||
|
||||
static void setDefaultLambdaTable() {
|
||||
#if (FUEL_LOAD_COUNT == DEFAULT_FUEL_LOAD_COUNT)
|
||||
setRpmTableBin(config->lambdaRpmBins);
|
||||
|
||||
#if (FUEL_LOAD_COUNT == DEFAULT_FUEL_LOAD_COUNT) && (FUEL_RPM_COUNT == DEFAULT_FUEL_LOAD_COUNT)
|
||||
static constexpr float mapBins[] = {
|
||||
30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 150, 175, 200, 225, 250
|
||||
};
|
||||
copyArray(config->lambdaLoadBins, mapBins);
|
||||
#endif
|
||||
|
||||
setRpmTableBin(config->lambdaRpmBins);
|
||||
|
||||
static constexpr float rowValues[] = {
|
||||
1, 1, 1, 1, // 30, 40, 50, 60 kpa
|
||||
|
@ -217,6 +216,7 @@ static void setDefaultLambdaTable() {
|
|||
config->lambdaTable[i][j] = rowValues[i];
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
void setGdiWallWetting() {
|
||||
|
|
Loading…
Reference in New Issue