diff --git a/firmware/controllers/algo/obd_error_codes.h b/firmware/controllers/algo/obd_error_codes.h index 4abebabd36..6c10169772 100644 --- a/firmware/controllers/algo/obd_error_codes.h +++ b/firmware/controllers/algo/obd_error_codes.h @@ -1842,7 +1842,7 @@ typedef enum { CUSTOM_ERR_6138 = 6138, CUSTOM_ERR_6139 = 6139, - CUSTOM_ERR_TOO_FEW_EVENTS = 6140, + CUSTOM_ERR_6140 = 6140, CUSTOM_ERR_FLASH_CRC_FAILED = 6141, CUSTOM_ERR_NOT_INPUT_PIN = 6142, CUSTOM_ERR_SKIPPED_TOOTH_SHAPE = 6143,