fome-fw/firmware/controllers/sensors/maf.cpp

12 lines
199 B
C++

#include "main.h"
#include "boards.h"
#include "engine.h"
#include "adc_inputs.h"
#include "maf.h"
EXTERN_ENGINE;
float getMaf(DECLARE_ENGINE_PARAMETER_F) {
return getMafT(engineConfiguration);
}