Missing # in #if in previous commit

This commit is contained in:
Gregory Nutt 2015-01-17 17:13:04 -06:00
parent cfbe12adb2
commit 274200b159
1 changed files with 1 additions and 1 deletions

View File

@ -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