Skip to content

Commit 2e9e82f

Browse files
authored
Merge pull request #3302 from lymzzyh/469qspi
[BSP][STM32][STM32F469-DISCO]fix build error with qspi
2 parents 93b50db + 0d0d0d3 commit 2e9e82f

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)