aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-10-13 17:43:37 +1000
committerinmarket <andrewh@inmarket.com.au>2014-10-13 17:43:37 +1000
commit39c4d3207ca790aedb34217e6864e6f14ca62b2f (patch)
treef9ec338d848f6ff38bb488b439b4d9fb28e37989 /drivers/ginput
parent386cbe90b8e50b96945141af6640ba68e97b93dc (diff)
downloaduGFX-39c4d3207ca790aedb34217e6864e6f14ca62b2f.tar.gz
uGFX-39c4d3207ca790aedb34217e6864e6f14ca62b2f.tar.bz2
uGFX-39c4d3207ca790aedb34217e6864e6f14ca62b2f.zip
Remove unnecessary file
Diffstat (limited to 'drivers/ginput')
-rw-r--r--drivers/ginput/touch/MCU/gmouse_lld_MCU_config_template.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/ginput/touch/MCU/gmouse_lld_MCU_config_template.h b/drivers/ginput/touch/MCU/gmouse_lld_MCU_config_template.h
deleted file mode 100644
index 303557b4..00000000
--- a/drivers/ginput/touch/MCU/gmouse_lld_MCU_config_template.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * This file is subject to the terms of the GFX License. If a copy of
- * the license was not distributed with this file, you can obtain one at:
- *
- * http://ugfx.org/license.html
- */
-
-#ifndef _LLD_GMOUSE_MCU_CONFIG_H
-#define _LLD_GMOUSE_MCU_CONFIG_H
-
-#define GMOUSE_MCU_PEN_CALIBRATE_ERROR 2
-#define GMOUSE_MCU_PEN_CLICK_ERROR 2
-#define GMOUSE_MCU_PEN_MOVE_ERROR 2
-#define GMOUSE_MCU_FINGER_CALIBRATE_ERROR 4
-#define GMOUSE_MCU_FINGER_CLICK_ERROR 4
-#define GMOUSE_MCU_FINGER_MOVE_ERROR 4
-
-#endif /* _LLD_GMOUSE_MCU_CONFIG_H */