summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/input
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-17 20:07:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-17 20:07:22 +0000
commit3154078ddbb8a28dc434f7bf42ea2523814bfe91 (patch)
treeee9a57bf65150b23194d99eecea02ee8af066e44 /nuttx/include/nuttx/input
parent9a958200a692d239f9f67b27ec8ba672ce2188ef (diff)
downloadpx4-nuttx-3154078ddbb8a28dc434f7bf42ea2523814bfe91.tar.gz
px4-nuttx-3154078ddbb8a28dc434f7bf42ea2523814bfe91.tar.bz2
px4-nuttx-3154078ddbb8a28dc434f7bf42ea2523814bfe91.zip
Adds support for the STM32F103VCT6 and for the Hy-Mini STM32v board. Contributed by Laurent Latil
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4197 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/input')
-rw-r--r--nuttx/include/nuttx/input/ads7843e.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/input/ads7843e.h b/nuttx/include/nuttx/input/ads7843e.h
index 09bec3d6b..53aa2f227 100644
--- a/nuttx/include/nuttx/input/ads7843e.h
+++ b/nuttx/include/nuttx/input/ads7843e.h
@@ -67,7 +67,7 @@
#endif
#ifndef CONFIG_ADS7843E_SPIMODE
-# define CONFIG_ADS7843E_SPIMODE SPIDEV_MODE1
+# define CONFIG_ADS7843E_SPIMODE SPIDEV_MODE0
#endif
/* Check for some required settings. This can save the user a lot of time
@@ -150,7 +150,7 @@ extern "C" {
*
* Input Parameters:
* dev - An SPI driver instance
- * config - Persistant board configuration data
+ * config - Persistent board configuration data
* minor - The input device minor number
*
* Returned Value: