chore(examples): fix unused-variable warning (#3732)
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
static void event_handler(lv_event_t * e)
|
||||
{
|
||||
lv_obj_t * obj = lv_event_get_target(e);
|
||||
LV_UNUSED(obj);
|
||||
LV_LOG_USER("Button %d clicked", (int)lv_obj_get_index(obj));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user