summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/porting/lv_port_indev_template.c
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-05-17 07:27:36 (GMT)
committerJF <jf@codingfield.com>2020-05-17 07:27:36 (GMT)
commit9753967d8aa4c2d9d7af1246dcf4835c6ed21728 (patch)
treefa180f5914a6e9f88fc67ce9096a775f82bb0fb8 /src/libs/lvgl/porting/lv_port_indev_template.c
parentd58f57b1b5a616debf893f209f1d96cac101489e (diff)
Update LittleVGL from 6.1.1 to 6.1.2. It fixes a memory leak when a screen used 2 lv_img objects (occured in Clock).
Diffstat (limited to 'src/libs/lvgl/porting/lv_port_indev_template.c')
-rw-r--r--src/libs/lvgl/porting/lv_port_indev_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/lvgl/porting/lv_port_indev_template.c b/src/libs/lvgl/porting/lv_port_indev_template.c
index 7666023..54b8c9f 100644
--- a/src/libs/lvgl/porting/lv_port_indev_template.c
+++ b/src/libs/lvgl/porting/lv_port_indev_template.c
@@ -9,7 +9,7 @@
/*********************
* INCLUDES
*********************/
-#include "lv_port_indev_templ.h"
+#include "lv_port_indev_template.h"
/*********************
* DEFINES