diff --git a/src/lv_api_map.h b/src/lv_api_map.h index ed6a65b58..1d890f400 100644 --- a/src/lv_api_map.h +++ b/src/lv_api_map.h @@ -45,10 +45,11 @@ extern "C" { /********************** * TYPEDEFS **********************/ -typedef lv_result_t lv_res_t ; -typedef lv_image_dsc_t lv_img_dsc_t; -typedef lv_display_rotation_t lv_disp_rotation_t; -typedef lv_display_render_mode_t lv_disp_render_t; +typedef lv_result_t lv_res_t; +typedef lv_image_dsc_t lv_img_dsc_t; +typedef lv_display_t lv_disp_t; +typedef lv_display_rotation_t lv_disp_rotation_t; +typedef lv_display_render_mode_t lv_disp_render_t; /********************** * GLOBAL PROTOTYPES