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

24 lines
336 B
C++
Raw Normal View History

2015-10-16 12:02:24 -07:00
/*
* @file chevrolet_camaro_4.cpp
*
2015-10-16 13:01:21 -07:00
*
* set_engine_type 35
*
2015-10-16 12:02:24 -07:00
* @date Oct 16, 2015
* @author Andrey Belomutskiy, (c) 2012-2015
*/
#include "chevrolet_camaro_4.h"
EXTERN_ENGINE
;
void setCamaro4(DECLARE_ENGINE_PARAMETER_F) {
2015-10-16 13:01:21 -07:00
engineConfiguration->specs.displacement = 5.7;
engineConfiguration->specs.cylindersCount = 8;
2015-10-16 12:02:24 -07:00
}