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

16 lines
338 B
C
Raw Normal View History

2015-10-16 12:02:24 -07:00
/*
* @file chevrolet_camaro_4.h
*
* @date Oct 16, 2015
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-10-16 12:02:24 -07:00
*/
#ifndef CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_
#define CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_
#include "engine_configuration.h"
2015-10-16 12:02:24 -07:00
void setCamaro4(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2015-10-16 12:02:24 -07:00
#endif /* CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_ */