aboutsummaryrefslogtreecommitdiff
path: root/tests/unity/unity_support.c
diff options
context:
space:
mode:
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;