浏览代码

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

ZYH 5 年之前
父节点
当前提交
0d0d0d37dc
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      bsp/stm32/stm32f469-st-disco/board/SConscript

+ 0 - 3
bsp/stm32/stm32f469-st-disco/board/SConscript

@@ -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']