From 0798c96890c00abd4288f0a5dac4fbf8e55322e8 Mon Sep 17 00:00:00 2001 From: cryindevil <22489984221@qq.com> Date: Tue, 25 Jul 2023 17:39:17 +0800 Subject: [PATCH] Merge remote-tracking branch 'upstream/2023_open_source_contest' --- APP_Framework/Applications/app_test/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/APP_Framework/Applications/app_test/Kconfig b/APP_Framework/Applications/app_test/Kconfig index 6f922d703..85c41d4e9 100644 --- a/APP_Framework/Applications/app_test/Kconfig +++ b/APP_Framework/Applications/app_test/Kconfig @@ -242,7 +242,8 @@ menu "test app" menuconfig USER_TEST_HASH bool "Config test hash" - default y + default n + endif endmenu