Comment out unused LPC313x SPI logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2948 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
9246b99338
commit
e461ac4045
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user