typo fixes

This commit is contained in:
rusefi 2018-11-21 19:40:37 -05:00
parent f98f35c9d2
commit 31771af929
1 changed files with 11 additions and 10 deletions

View File

@ -2062,16 +2062,17 @@ typedef enum {
CUSTOM_ERR_6688 = 6688,
CUSTOM_ERR_6689 = 6689,
CUSTOM_ERR_6690 = 6660,
CUSTOM_ERR_6691 = 6661,
CUSTOM_ERR_6692 = 6662,
CUSTOM_ERR_6693 = 6663,
CUSTOM_ERR_6694 = 6664,
CUSTOM_ERR_6695 = 6665,
CUSTOM_ERR_6696 = 6666,
CUSTOM_ERR_6697 = 6667,
CUSTOM_ERR_6698 = 6668,
CUSTOM_ERR_6700 = 6669,
CUSTOM_ERR_6690 = 6690,
CUSTOM_ERR_6691 = 6691,
CUSTOM_ERR_6692 = 6692,
CUSTOM_ERR_6693 = 6693,
CUSTOM_ERR_6694 = 6694,
CUSTOM_ERR_6695 = 6695,
CUSTOM_ERR_6696 = 6696,
CUSTOM_ERR_6697 = 6697,
CUSTOM_ERR_6698 = 6698,
CUSTOM_ERR_6699 = 6699,
CUSTOM_ERR_6700 = 6700,
// this is needed for proper enum size, this matters for malfunction_central
Internal_ForceMyEnumIntSize_cranking_obd_code = ENUM_32_BITS,