From fabd8cf03e96a9dedc5e157afefc497fc7880990 Mon Sep 17 00:00:00 2001 From: xiaoxiaolisunny Date: Sun, 12 Jun 2022 23:10:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/hc32/ev_hc32f460_lqfp100_v2/board/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/hc32/ev_hc32f460_lqfp100_v2/board/Kconfig b/bsp/hc32/ev_hc32f460_lqfp100_v2/board/Kconfig index 05bc2ed675..aaa0b7648a 100644 --- a/bsp/hc32/ev_hc32f460_lqfp100_v2/board/Kconfig +++ b/bsp/hc32/ev_hc32f460_lqfp100_v2/board/Kconfig @@ -89,7 +89,7 @@ menu "On-chip Peripheral Drivers" default n endif - menuconfig BSP_USING_RTC + menuconfig BSP_USING_RTC bool "Enable RTC" select RT_USING_RTC default n -- GitLab