From d28654570dac0513eb33fe6ad7c8580751d0047a Mon Sep 17 00:00:00 2001 From: "Man, Jianting (Meco)" <920369182@qq.com> Date: Sat, 26 Feb 2022 20:02:14 -0500 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=BF=E5=8D=A1=E6=A0=87?= =?UTF-8?q?=E8=AF=86=20(#5615)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/stm32/stm32f407-atk-explorer/board/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bsp/stm32/stm32f407-atk-explorer/board/Kconfig b/bsp/stm32/stm32f407-atk-explorer/board/Kconfig index 7fcdba54c8..fe11570e3a 100644 --- a/bsp/stm32/stm32f407-atk-explorer/board/Kconfig +++ b/bsp/stm32/stm32f407-atk-explorer/board/Kconfig @@ -7,6 +7,10 @@ config SOC_STM32F407ZG select RT_USING_USER_MAIN default y +config BOARD_STM32F407_ATK_EXPLORER + bool + default y + menu "Onboard Peripheral Drivers" config BSP_USING_USB_TO_USART -- GitLab