2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file acura_rsx.cpp
|
|
|
|
*
|
2017-01-06 07:04:41 -08:00
|
|
|
* set engine_type 27
|
2015-07-10 06:01:56 -07:00
|
|
|
*
|
|
|
|
* @date Jan 16, 2015
|
2018-01-20 17:42:19 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2018
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "acura_rsx.h"
|
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
EXTERN_CONFIG;
|
|
|
|
|
|
|
|
void setAcuraRSX(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
// http://injectordynamics.com/injectors/id1300-2/
|
|
|
|
engineConfiguration->injector.flow = 1300;
|
|
|
|
|
|
|
|
engineConfiguration->specs.cylindersCount = 4;
|
|
|
|
}
|
|
|
|
|