1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix build error

This commit is contained in:
Gabor Kiss-Vamosi 2021-04-15 18:46:21 +02:00
parent b4f625d355
commit 5f8445966b

View File

@ -468,7 +468,6 @@ static void draw_indic(lv_event_t * e)
static void lv_bar_event(lv_event_t * e)
{
LV_ASSERT_OBJ(obj, MY_CLASS);
lv_res_t res;
/*Call the ancestor's event handler*/