From 077a4e1276eccbbca277754b68a89fce8c2321ed Mon Sep 17 00:00:00 2001 From: Liu_Weichao Date: Wed, 26 Jul 2023 17:54:47 +0800 Subject: [PATCH] fix 2023 open source pr conflict 2 --- APP_Framework/Applications/app_test/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/APP_Framework/Applications/app_test/Kconfig b/APP_Framework/Applications/app_test/Kconfig index 5d11ed30f..3a103a6b3 100644 --- a/APP_Framework/Applications/app_test/Kconfig +++ b/APP_Framework/Applications/app_test/Kconfig @@ -239,14 +239,6 @@ menu "test app" menuconfig USER_TEST_TIMER bool "Config test soft timer" default n - - menuconfig USER_TEST_HASH - bool "Config test hash" - default n - - menuconfig USER_TEST_RADIX - bool "Config test radix tree" - default n endif endmenu