aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/unity_support.c
diff options
context:
space:
mode:
authorGabor Kiss-Vamosi <kisvegabor@gmail.com>2023-10-12 20:37:27 +0200
committerGabor Kiss-Vamosi <kisvegabor@gmail.com>2023-10-12 21:12:16 +0200
commit9ec5417dd305c8a6c8afa21c2e1310342b3ad5c3 (patch)
treef3ecd8966130bbaa573ad589bc43413a35147e05 /tests/unity/unity_support.c
parent0ff2d1c2e435e4fc401f6639e5ffc1c6596d2c01 (diff)
downloadlvgl-9ec5417dd305c8a6c8afa21c2e1310342b3ad5c3.tar.gz
lvgl-9ec5417dd305c8a6c8afa21c2e1310342b3ad5c3.zip
refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state
Diffstat (limited to 'tests/unity/unity_support.c')
-rw-r--r--tests/unity/unity_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unity/unity_support.c b/tests/unity/unity_support.c
index 5ee0b950d..2cb7222b9 100644
--- a/tests/unity/unity_support.c
+++ b/tests/unity/unity_support.c
@@ -69,7 +69,7 @@ bool lv_test_assert_image_eq(const char * fn_ref)
sprintf(fn_ref_full, "%s%s", REF_IMGS_PATH, fn_ref);
- //lv_obj_invalidate(lv_scr_act());
+ //lv_obj_invalidate(lv_screen_active());
lv_refr_now(NULL);
extern uint8_t * last_flushed_buf;