rusefi/firmware/config/engines/mazda_miata_1_6.h

18 lines
410 B
C
Raw Normal View History

2016-04-16 15:01:43 -07:00
/*
* @file mazda_miata_1_6.h
*
* @date Apr 16, 2016
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
2016-04-16 15:01:43 -07:00
*/
2020-04-01 16:00:56 -07:00
#pragma once
2016-04-16 15:01:43 -07:00
#include "engine_configuration.h"
2019-08-06 14:12:15 -07:00
void setMiataNA6_VAF_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setMiataNA6_MAP_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void miataNAcommon(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2016-04-16 15:01:43 -07:00
2019-08-06 14:12:15 -07:00
void setMiataNA6_VAF_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);