fixing build

This commit is contained in:
rusefi 2017-12-25 10:26:17 -05:00
parent 7fa84cf70c
commit 612baa70d5
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ void setConstantDwell(floatms_t dwellMs DECLARE_ENGINE_PARAMETER_SUFFIX) {
for (int i = 0; i < DWELL_CURVE_SIZE; i++) {
engineConfiguration->sparkDwellRpmBins[i] = 1000 * i;
}
setTableBin2(engineConfiguration->sparkDwellValues, DWELL_CURVE_SIZE, dwellMs, dwellMs, 3);
setTableBin2(engineConfiguration->sparkDwellValues, DWELL_CURVE_SIZE, dwellMs, dwellMs, 0.01);
}
void setAfrMap(afr_table_t table, float value) {