fix warnings and make tests working
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
static void event_handler(lv_obj_t * obj, lv_event_t event)
|
||||
{
|
||||
LV_UNUSED(obj);
|
||||
if(event == LV_EVENT_CLICKED) {
|
||||
LV_LOG_USER("Clicked\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user