From f9209ca5397bf4397faa967deac07556b0558088 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 13 Sep 2010 19:43:07 +0000 Subject: [PATCH] Comment out unused LPC313x SPI logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2948 42af7a65-404d-4744-a932-0658087f49c3 --- configs/ea3131/src/up_spi.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/ea3131/src/up_spi.c b/configs/ea3131/src/up_spi.c index 66c9d228f3..a8868ca9f1 100755 --- a/configs/ea3131/src/up_spi.c +++ b/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 */ +