Merge pull request #3302 from lymzzyh/469qspi

[BSP][STM32][STM32F469-DISCO]fix build error with qspi
This commit is contained in:
Bernard Xiong 2020-01-01 11:53:24 +08:00 committed by GitHub
commit 2e9e82fb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

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