docs
This commit is contained in:
parent
02974f6854
commit
2577c02fc2
|
@ -30,6 +30,9 @@
|
||||||
// because of that bug we cannot have '1.05' for 5% extra multiplier
|
// because of that bug we cannot have '1.05' for 5% extra multiplier
|
||||||
#define PERCENT_MULT 100.0f
|
#define PERCENT_MULT 100.0f
|
||||||
|
|
||||||
|
/**
|
||||||
|
* http://rusefi.com/wiki/index.php?title=Manual:Engine_Type
|
||||||
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
CUSTOM_ENGINE = 0,
|
CUSTOM_ENGINE = 0,
|
||||||
AUDI_AAN = 1,
|
AUDI_AAN = 1,
|
||||||
|
|
Loading…
Reference in New Issue