This commit is contained in:
rusefi 2018-01-28 14:02:32 -05:00
parent 02974f6854
commit 2577c02fc2
1 changed files with 3 additions and 0 deletions

View File

@ -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,