Skip to content

Commit

Permalink
no need to guard
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Sep 26, 2024
1 parent 021567e commit 97a4f81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions firmware/init/sensor/init_maf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
static FunctionalSensor maf (SensorType::Maf , /* timeout = */ MS2NT(50));
static FunctionalSensor maf2(SensorType::Maf2, /* timeout = */ MS2NT(50));

#if !EFI_UNIT_TEST

// This function converts volts -> kg/h
static TableFunc mafCurve(config->mafDecodingBins, config->mafDecoding);

Expand All @@ -28,4 +26,3 @@ void initMaf() {
initMaf(engineConfiguration->mafAdcChannel, maf);
initMaf(engineConfiguration->maf2AdcChannel, maf2);
}
#endif // ! EFI_UNIT_TEST

0 comments on commit 97a4f81

Please sign in to comment.