summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-17 17:13:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-17 17:13:04 -0600
commit5b3319df4b2a353f47f9fcfbf667b9867a662dd7 (patch)
tree0b2bfb233cf03e970eaf24d46a90deff949cc743 /nuttx
parent3c16cdf2c8abfc8d2ec3b3013c444eda41cc279a (diff)
downloadpx4-nuttx-5b3319df4b2a353f47f9fcfbf667b9867a662dd7.tar.gz
px4-nuttx-5b3319df4b2a353f47f9fcfbf667b9867a662dd7.tar.bz2
px4-nuttx-5b3319df4b2a353f47f9fcfbf667b9867a662dd7.zip
Missing # in #if in previous commit
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/spark/src/up_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/spark/src/up_spi.c b/nuttx/configs/spark/src/up_spi.c
index 5c2492c23..494e0fdd5 100644
--- a/nuttx/configs/spark/src/up_spi.c
+++ b/nuttx/configs/spark/src/up_spi.c
@@ -164,7 +164,7 @@ void stm32_spi2select(FAR struct spi_dev_s *dev, enum spi_dev_e devid, bool sele
{
stm32_gpiowrite(GPIO_MEM_CS, !selected);
}
-if defined(CONFIG_WL_CC3000)
+#if defined(CONFIG_WL_CC3000)
else
#endif
#endif