This commit is contained in:
Matthew Kennedy 2021-10-20 12:19:48 -07:00 committed by GitHub
parent 0accd1cf02
commit d008b0f8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -163,12 +163,12 @@ static void setMazdaMiataNbTpsTps(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
}
static void setDefaultLambdaTable(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
constexpr float mapBins[] = {
static constexpr float mapBins[] = {
30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 150, 175, 200, 225, 250
};
copyArray(config->lambdaLoadBins, mapBins);
constexpr float rowValues[] = {
static constexpr float rowValues[] = {
1, 1, 1, 1, // 30, 40, 50, 60 kpa
1, 0.95, 0.92, 0.90, // 70, 80, 90, 100 kpa
0.89, 0.88, 0.86, 0.84, // 110, 120, 130, 150 kpa