Skip to content

Commit

Permalink
oops missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Sep 13, 2024
1 parent a0918c1 commit 367cb28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_tests/tests/ignition_injection/test_fuelCut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ TEST(fuelCut, mapTable) {

//setup MAP cutoff table
engineConfiguration->useTableForDfcoMap = 1;
copyArray(engineConfiguration->dfcoMapRpmValuesBins, { 2000, 3000, 4000, 5000 });
copyArray(engineConfiguration->dfcoMapRpmValues, { 50, 30, 20, 10 });
copyArray(config->dfcoMapRpmValuesBins, { 2000, 3000, 4000, 5000 });
copyArray(config->dfcoMapRpmValues, { 50, 30, 20, 10 });

// basic engine setup
setupSimpleTestEngineWithMafAndTT_ONE_trigger(&eth);
Expand Down

0 comments on commit 367cb28

Please sign in to comment.