27 lines
594 B
C
27 lines
594 B
C
/*
|
|
* @file mazda_miata_1_6.h
|
|
*
|
|
* @date Apr 16, 2016
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "engine_configuration.h"
|
|
|
|
/**
|
|
* set engine_type 57
|
|
*/
|
|
void setMiataNA6_VAF_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
/**
|
|
* set engine_type 41
|
|
*/
|
|
void setMiataNA6_MAP_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
void miataNAcommon(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMiataNA6_VAF_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
void setMiataNA6_MAP_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMiata94_MAP_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|