summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input/ads7843e.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-04-03 19:35:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-04-03 19:35:21 +0000
commit76e0512e763ddeaa75873af01512e21cc517b5dd (patch)
treeb5df300115e1adbf9657b4d8f145e7f0efb48da5 /nuttx/drivers/input/ads7843e.c
parent93be53ea683d11cc454d8f3aa6c11f9c842e2ac2 (diff)
downloadpx4-nuttx-76e0512e763ddeaa75873af01512e21cc517b5dd.tar.gz
px4-nuttx-76e0512e763ddeaa75873af01512e21cc517b5dd.tar.bz2
px4-nuttx-76e0512e763ddeaa75873af01512e21cc517b5dd.zip
Several fixes for LPC1788 GPIO
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5813 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers/input/ads7843e.c')
-rw-r--r--nuttx/drivers/input/ads7843e.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nuttx/drivers/input/ads7843e.c b/nuttx/drivers/input/ads7843e.c
index 06969e6d2..9b93ec93e 100644
--- a/nuttx/drivers/input/ads7843e.c
+++ b/nuttx/drivers/input/ads7843e.c
@@ -1051,8 +1051,6 @@ static int ads7843e_poll(FAR struct file *filep, FAR struct pollfd *fds,
{
FAR struct inode *inode;
FAR struct ads7843e_dev_s *priv;
- pollevent_t eventset;
- int ndx;
int ret = OK;
int i;