We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93b50db + 0d0d0d3 commit 2e9e82fCopy full SHA for 2e9e82f
bsp/stm32/stm32f469-st-disco/board/SConscript
@@ -26,9 +26,6 @@ if GetDepend(['BSP_USING_TOUCH']):
26
27
if GetDepend(['BSP_USING_SDCARD']):
28
src += ['ports/drv_sdcard.c']
29
-
30
-if GetDepend(['BSP_USING_QSPI']):
31
- src += ['ports/drv_qspi_flash.c']
32
33
path = [cwd]
34
path += [cwd + '/CubeMX_Config/Inc']
0 commit comments