summaryrefslogtreecommitdiff
path: root/nuttx/configs/ea3131/src/up_spi.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-13 19:43:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-13 19:43:07 +0000
commit4395c30614b96e828e0c64e8164b36d906b444c7 (patch)
tree5cbaf61280715851e00b6f44b1960da938545cc9 /nuttx/configs/ea3131/src/up_spi.c
parenteb7faa2ad8def3250ceb6f8ad687f666227a40f6 (diff)
downloadpx4-nuttx-4395c30614b96e828e0c64e8164b36d906b444c7.tar.gz
px4-nuttx-4395c30614b96e828e0c64e8164b36d906b444c7.tar.bz2
px4-nuttx-4395c30614b96e828e0c64e8164b36d906b444c7.zip
Comment out unused LPC313x SPI logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2948 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/ea3131/src/up_spi.c')
-rwxr-xr-xnuttx/configs/ea3131/src/up_spi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/configs/ea3131/src/up_spi.c b/nuttx/configs/ea3131/src/up_spi.c
index 66c9d228f..a8868ca9f 100755
--- a/nuttx/configs/ea3131/src/up_spi.c
+++ b/nuttx/configs/ea3131/src/up_spi.c
@@ -53,6 +53,8 @@
#include "ea3131_internal.h"
#ifdef CONFIG_LPC313X_SPI
+#if 0 /* At present, EA3131 specific logic is hard-coded in the file lpc313x_spi.c
+ * in arch/arm/src/lpc313x */
/************************************************************************************
* Definitions
@@ -150,4 +152,6 @@ uint8_t lpc313x_spistatus(FAR struct spi_dev_s *dev, enum spi_dev_e devid)
return SPI_STATUS_PRESENT;
}
+#endif /* 0 */
#endif /* CONFIG_LPC313X_SPI */
+