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,