aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/touchpad
diff options
context:
space:
mode:
authorThomas Saunders <trsaunders@gmail.com>2012-06-22 10:26:41 +0100
committerThomas Saunders <trsaunders@gmail.com>2012-06-22 10:26:41 +0100
commitd0e3a0636e052594bc0f2794527a9e0f0b9aa43a (patch)
tree88780d435cd45dd8d7801fc462be52b1b320dc92 /drivers/touchpad
parent427346aaf231e91b2c025f62152380d36e7ea6a5 (diff)
downloaduGFX-d0e3a0636e052594bc0f2794527a9e0f0b9aa43a.tar.gz
uGFX-d0e3a0636e052594bc0f2794527a9e0f0b9aa43a.tar.bz2
uGFX-d0e3a0636e052594bc0f2794527a9e0f0b9aa43a.zip
removed glcdconf.h
it makes more sense for this config to be in the board file / application header / chconf.h
Diffstat (limited to 'drivers/touchpad')
-rw-r--r--drivers/touchpad/ads7843_lld.h2
-rw-r--r--drivers/touchpad/xpt2046_lld.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/touchpad/ads7843_lld.h b/drivers/touchpad/ads7843_lld.h
index 388aacc8..121e6288 100644
--- a/drivers/touchpad/ads7843_lld.h
+++ b/drivers/touchpad/ads7843_lld.h
@@ -1,7 +1,7 @@
#ifndef ADS7843_LLD_H
#define ADS7843_LLD_H
-#include "glcdconf.h"
+#include "glcd.h"
#include "touchpad.h"
#ifdef TOUCHPAD_USE_ADS7843
diff --git a/drivers/touchpad/xpt2046_lld.h b/drivers/touchpad/xpt2046_lld.h
index ed7a0d09..c3a12077 100644
--- a/drivers/touchpad/xpt2046_lld.h
+++ b/drivers/touchpad/xpt2046_lld.h
@@ -1,7 +1,7 @@
#ifndef XPT2046_LLD_H
#define XPT2046_LLD_H
-#include "glcdconf.h"
+#include "glcd.h"
#include "touchpad.h"
#ifdef TOUCHPAD_USE_XPT2046