13 lines
270 B
C++
13 lines
270 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"
|
||
|
|