Skip to content
Snippets Groups Projects
Commit f9209ca5 authored by patacongo's avatar patacongo
Browse files

Comment out unused LPC313x SPI logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2948 42af7a65-404d-4744-a932-0658087f49c3
parent 9b13964c
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment