Skip to content

Commit 0d0d0d3

Browse files
committed
[BSP][STM32][STM32F469-DISCO]fix build error with qspi
1 parent 93b50db commit 0d0d0d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bsp/stm32/stm32f469-st-disco/board/SConscript

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ if GetDepend(['BSP_USING_TOUCH']):
2626

2727
if GetDepend(['BSP_USING_SDCARD']):
2828
src += ['ports/drv_sdcard.c']
29-
30-
if GetDepend(['BSP_USING_QSPI']):
31-
src += ['ports/drv_qspi_flash.c']
3229

3330
path = [cwd]
3431
path += [cwd + '/CubeMX_Config/Inc']

0 commit comments

Comments
 (0)