[BSP] [stm32f769-st-disco] fix error 'undefined reference to *entry*' after scons --menuconfig

This commit is contained in:
luhuadong 2020-01-18 11:04:40 +08:00
parent 779feb5cd4
commit bfceeef81c
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ menu "Hardware Drivers Config"
config SOC_STM32F769NI
bool
select SOC_SERIES_STM32F7
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
menu "Onboard Peripheral Drivers"