diff --git a/firmware/controllers/algo/rusefi_types.h b/firmware/controllers/algo/rusefi_types.h index a3b998363e..a8ea33d9da 100644 --- a/firmware/controllers/algo/rusefi_types.h +++ b/firmware/controllers/algo/rusefi_types.h @@ -83,6 +83,8 @@ typedef void (*Void)(void); typedef char error_message_t[ERROR_BUFFER_SIZE]; +typedef char vehicle_name_t[VEHICLE_NAME_SIZE]; + typedef char le_formula_t[LE_COMMAND_LENGTH]; typedef brain_pin_e egt_cs_array_t[EGT_CHANNEL_COUNT];