rusefi-1/firmware/config/engines/custom_engine.h

15 lines
314 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file custom_engine.h
*
* @date Jan 18, 2015
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#ifndef CONFIG_ENGINES_CUSTOM_ENGINE_H_
#define CONFIG_ENGINES_CUSTOM_ENGINE_H_
#include "engine.h"
void setCustomEngineConfiguration(DECLARE_ENGINE_PARAMETER_F);
#endif /* CONFIG_ENGINES_CUSTOM_ENGINE_H_ */