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

16 lines
325 B
C++
Raw Normal View History

2020-11-05 13:34:25 -08:00
/*
* @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"
2020-11-05 13:42:56 -08:00
void initHPFP(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
}