stm32f429i-disco: Fix obsolete SPI5 dependency. From Marco Krahl

This commit is contained in:
Gregory Nutt
2014-10-20 15:10:50 -06:00
parent 94f5d3427d
commit 3035f1a88f
+1 -1
View File
@@ -136,7 +136,7 @@ int nsh_archinitialize(void)
#if defined(HAVE_USBHOST) || defined(HAVE_USBMONITOR)
int ret;
#endif
#if defined(CONFIG_STM32_SPI5) || defined(CONFIG_STM32_SPI4)
#if defined(CONFIG_STM32_SPI4)
FAR struct spi_dev_s *spi;
FAR struct mtd_dev_s *mtd;
#endif