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

16 lines
265 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/*
* @file gm_2_2.h
*
* @date Apr 9, 2015
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#ifndef CONFIG_ENGINES_GM_2_2_H_
#define CONFIG_ENGINES_GM_2_2_H_
#include "engine.h"
void setGm2_2(DECLARE_ENGINE_PARAMETER_F);
#endif /* CONFIG_ENGINES_GM_2_2_H_ */