rusefi-1/firmware/config/engines/mazda_miata.h

19 lines
522 B
C

/**
* @file mazda_miata.h
* @brief Mazda Miata NA, also 1993 Ford Escort GT engine configuration. The US Escort.
*
* @date Oct 31, 2013
* @author Andrey Belomutskiy, (c) 2012-2020
*
* http://rusefi.com/forum/viewtopic.php?t=537
* Injectors: Denso 195500-2180, 230-265cc (?), tan, 13.9 ohms
*/
#pragma once
#include "engine_configuration.h"
void common079721_2351(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setMiata1990(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setMiata1996(DECLARE_CONFIG_PARAMETER_SIGNATURE);