docs
This commit is contained in:
parent
116b79a162
commit
12376e9312
|
@ -9,7 +9,13 @@
|
|||
|
||||
#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);
|
||||
|
||||
|
|
|
@ -209,6 +209,9 @@ typedef enum {
|
|||
TT_TOOTHED_WHEEL = 0,
|
||||
TT_FORD_ASPIRE = 1,
|
||||
TT_DODGE_NEON_1995 = 2,
|
||||
/**
|
||||
* https://rusefi.com/wiki/index.php?title=Manual:Software:Trigger#Mazda_Miata_NA
|
||||
*/
|
||||
TT_MAZDA_MIATA_NA = 3,
|
||||
/**
|
||||
* NB1 means non-VVT NB, 99 and 00 1.8 engine
|
||||
|
|
Loading…
Reference in New Issue