summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-04 15:03:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-04 15:03:41 -0600
commit7ad1aa2d17297231ff92fa8933eb75feaae3570d (patch)
treec916de7515930b2b1f9aa1f773212e213dd654ee
parent32a92e16c0fb0c65c4b8cfb65c667a745954f7a6 (diff)
downloadnuttx-7ad1aa2d17297231ff92fa8933eb75feaae3570d.tar.gz
nuttx-7ad1aa2d17297231ff92fa8933eb75feaae3570d.tar.bz2
nuttx-7ad1aa2d17297231ff92fa8933eb75feaae3570d.zip
TSC2007: Cosmetic updates
-rw-r--r--nuttx/drivers/input/tsc2007.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/input/tsc2007.c b/nuttx/drivers/input/tsc2007.c
index 6f9851d79..f4155e456 100644
--- a/nuttx/drivers/input/tsc2007.c
+++ b/nuttx/drivers/input/tsc2007.c
@@ -84,7 +84,7 @@
#undef CONFIG_TSC2007_REFCNT
/* I don't think that it is necessary to activate the converters before
- * making meaurements. However, I will keep this functionality enabled
+ * making measurements. However, I will keep this functionality enabled
* until I have a change to prove that that activation is unnecessary.
*/
@@ -128,7 +128,7 @@
/* This describes the state of one contact */
-enum tsc2007_contact_3
+enum tsc2007_contact_e
{
CONTACT_NONE = 0, /* No contact */
CONTACT_DOWN, /* First contact */