From 8cdd025b9dfa4d0d42231613db85c0953a208815 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 6 Mar 2017 17:08:09 -0500 Subject: [PATCH] docs --- firmware/controllers/algo/obd_error_codes.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/firmware/controllers/algo/obd_error_codes.h b/firmware/controllers/algo/obd_error_codes.h index 9e65fb1fdc..9d5f74cdb2 100644 --- a/firmware/controllers/algo/obd_error_codes.h +++ b/firmware/controllers/algo/obd_error_codes.h @@ -1851,6 +1851,9 @@ typedef enum { CUSTOM_ERR_SD_SEEK_FAILED = 6146, CUSTOM_ERR_6147 = 6147, CUSTOM_ERR_6148 = 6148, + /** + * This indicates an issue with coil control + */ CUSTOM_OUT_OF_ORDER_COIL = 6149, CUSTOM_ERR_ASSERT = 6500,