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 b505c11e48
commit bce6a9e077

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