gui: Corrected typo in object realign Kconfig option

Corrected typo in lv_conf.h for object realign Kconfig option.

Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
Jan Van Winkel 2019-02-08 15:12:02 +01:00 committed by Kumar Gala
parent 2b23e04514
commit d5b71ca756

View File

@ -317,7 +317,7 @@ extern void *lv_default_font_custom_ptr;
/* Objects */
#define LV_OBJ_FREE_NUM_TYPE uint32_t
#define LV_OBJ_FREE_PTR 1
#define LV_OBJ_REALIGN CONFIG_VGL_OBJ_REALIGN
#define LV_OBJ_REALIGN CONFIG_LVGL_OBJ_REALIGN
#define USE_LV_LABEL CONFIG_LVGL_OBJ_LABEL
#if USE_LV_LABEL != 0