summaryrefslogtreecommitdiff
path: root/src/libs/lvgl/porting/lv_port_indev_template.h
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-02-23 20:25:43 (GMT)
committerJean-François Milants <jf@codingfield.com>2021-02-23 20:25:43 (GMT)
commit67c545b1fbd368b99b111a1822fe8da815468e76 (patch)
tree0bcb047f3e9d5c41c6d79b4dac6cbcdd3929136b /src/libs/lvgl/porting/lv_port_indev_template.h
parent324c7dab326ea23a6c8502bbb8c6e9b9d87a839f (diff)
parentb11b20b0ac5c0adfbd1397cf42c322c873a736a8 (diff)
Merge branch 'joaquimorg-LVGL7' into develop
Diffstat (limited to 'src/libs/lvgl/porting/lv_port_indev_template.h')
-rw-r--r--src/libs/lvgl/porting/lv_port_indev_template.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/libs/lvgl/porting/lv_port_indev_template.h b/src/libs/lvgl/porting/lv_port_indev_template.h
deleted file mode 100644
index ca0274e..0000000
--- a/src/libs/lvgl/porting/lv_port_indev_template.h
+++ /dev/null
@@ -1,45 +0,0 @@
-
-/**
- * @file lv_port_indev_templ.h
- *
- */
-
- /*Copy this file as "lv_port_indev.h" and set this value to "1" to enable content*/
-#if 0
-
-#ifndef LV_PORT_INDEV_TEMPL_H
-#define LV_PORT_INDEV_TEMPL_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*********************
- * INCLUDES
- *********************/
-#include "lvgl/lvgl.h"
-
-/*********************
- * DEFINES
- *********************/
-
-/**********************
- * TYPEDEFS
- **********************/
-
-/**********************
- * GLOBAL PROTOTYPES
- **********************/
-
-/**********************
- * MACROS
- **********************/
-
-
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
-
-#endif /*LV_PORT_INDEV_TEMPL_H*/
-
-#endif /*Disable/Enable content*/