This commit is contained in:
rusefi 2017-02-22 22:00:56 -05:00
parent 24ec8395b1
commit 7ccd753f46
1 changed files with 8 additions and 0 deletions

View File

@ -1726,7 +1726,15 @@ typedef enum {
CUSTOM_OBD_42 = 6042,
CUSTOM_OBD_MMC_ERROR = 6043,
CUSTOM_LOGGING_BUFFER_OVERFLOW = 6044,
/**
* This is not engine miss detection - this is only internal scheduler state validation
* Should not happen
*/
CUSTOM_OBD_SKIPPED_SPARK = 6045,
/**
* This is not engine miss detection - this is only internal scheduler state validation
* Should not happen
*/
CUSTOM_OBD_SKIPPED_FUEL = 6046,
CUSTOM_OBD_SCH_REUSE = 6047,
CUSTOM_OBD_48 = 6048,