fome-fw/firmware/controllers/engine_cycle/high_pressure_fuel_pump.cpp

16 lines
325 B
C++

/*
* @file high_pressure_fuel_pump.cpp
*
*
* todo: there is some similarity with aux_valves.cpp and even map_averaging.cpp maybe reduce code duplication?
*
* @date Nov 5, 2020
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#include "high_pressure_fuel_pump.h"
void initHPFP(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
}