From 33b5ee3ad284a6d3dcedbf8e4561de8be276e97c Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 3 Mar 2021 12:28:43 +0800 Subject: fix(task): change all task related term to timer follow up the task module change --- examples/arduino/LVGL_Arduino.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/arduino/LVGL_Arduino.ino') diff --git a/examples/arduino/LVGL_Arduino.ino b/examples/arduino/LVGL_Arduino.ino index 7714d13fd..911ce7633 100644 --- a/examples/arduino/LVGL_Arduino.ino +++ b/examples/arduino/LVGL_Arduino.ino @@ -107,6 +107,6 @@ void setup() void loop() { - lv_task_handler(); /* let the GUI do its work */ + lv_timer_handler(); /* let the GUI do its work */ delay(5); } -- cgit v1.2.3