18 lines
411 B
C
18 lines
411 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();
|
|
void setFrankensteinMiata1996();
|