only:kinetis

This commit is contained in:
Andrey 2024-03-23 20:13:59 -04:00
parent ebb4b73db3
commit 272fa90c47
2 changed files with 3 additions and 0 deletions

View File

@ -21,3 +21,4 @@
#define TABLE_2_LOAD_SIZE 2
#define FUEL_RPM_COUNT 8
#define FUEL_LOAD_COUNT 4

View File

@ -190,10 +190,12 @@ static void setMazdaMiataNbTpsTps() {
}
static void setDefaultLambdaTable() {
#if (FUEL_LOAD_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);