Skip to content

Commit deee6e5

Browse files
Update bsp/stm32/stm32f407-micu/board/ports/SConscript
Co-authored-by: Copilot <[email protected]>
1 parent 05cbec0 commit deee6e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bsp/stm32/stm32f407-micu/board/ports/SConscript

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ path = [cwd]
1111

1212
if GetDepend(['BSP_USING_ON_BOARD_FLASH']):
1313
src += Glob('spi_flash_init.c')
14-
print("BSP_USING_ON_BOARD_FLASH =", GetDepend(['BSP_USING_ON_BOARD_FLASH']))
1514
CPPDEFINES = ['STM32F407xx']
1615
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = path, CPPDEFINES = CPPDEFINES)
1716

0 commit comments

Comments
 (0)