arch/arm/src/stm32f7/stm32_sdmmc.c: Fix a pre-processor error found in build testing.

This commit is contained in:
Gregory Nutt 2018-11-25 15:54:51 -06:00
parent f1aa141d83
commit da379a5c97

View File

@ -621,7 +621,7 @@ struct stm32_dev_s g_sdmmcdev1 =
#ifdef CONFIG_ARCH_HAVE_SDIO_DELAYED_INVLDT
.dmadelydinvldt = stm32_dmadelydinvldt,
#endif
#lse
#else
#ifdef CONFIG_ARCH_HAVE_SDIO_PREFLIGHT
.dmapreflight = NULL,
#endif