4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 10:03:30 +08:00

[BSP][STM32][STM32F469-DISCO]fix build error with qspi

This commit is contained in:
ZYH 2019-12-30 23:45:14 +08:00
parent 93b50db41d
commit 0d0d0d37dc

View File

@ -26,9 +26,6 @@ if GetDepend(['BSP_USING_TOUCH']):
if GetDepend(['BSP_USING_SDCARD']):
src += ['ports/drv_sdcard.c']
if GetDepend(['BSP_USING_QSPI']):
src += ['ports/drv_qspi_flash.c']
path = [cwd]
path += [cwd + '/CubeMX_Config/Inc']