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

16 lines
338 B
C

/*
* @file chevrolet_camaro_4.h
*
* @date Oct 16, 2015
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_
#define CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_
#include "engine_configuration.h"
void setCamaro4(DECLARE_CONFIG_PARAMETER_SIGNATURE);
#endif /* CONFIG_ENGINES_CHEVROLET_CAMARO_4_H_ */