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

16 lines
265 B
C

/*
* @file gm_2_2.h
*
* @date Apr 9, 2015
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#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_ */