20 lines
359 B
C++
20 lines
359 B
C++
/**
|
|
* @file nissan_primera.cpp
|
|
*
|
|
* NISSAN_PRIMERA
|
|
* set engine_type 5
|
|
*
|
|
* @date Oct 14, 2013
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#include "global.h"
|
|
|
|
#include "nissan_primera.h"
|
|
|
|
EXTERN_CONFIG;
|
|
|
|
void setNissanPrimeraEngineConfiguration_360(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|
engineConfiguration->trigger.type = TT_NISSAN_SR20VE_360;
|
|
}
|