mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Missing # in #if in previous commit
This commit is contained in:
@@ -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);
|
stm32_gpiowrite(GPIO_MEM_CS, !selected);
|
||||||
}
|
}
|
||||||
if defined(CONFIG_WL_CC3000)
|
#if defined(CONFIG_WL_CC3000)
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user