stm32f429i-disco: Fix obsolete SPI5 dependency. From Marco Krahl
This commit is contained in:
parent
b505c11e48
commit
bce6a9e077
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user