Browse Source

lwp: Kconfig: LWP_DEBUG default as n (#9921)

LWP_DEBUG is debugging related, should be disabled
by default.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
Chen Wang 7 tháng trước cách đây
mục cha
commit
d3841c3109
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/lwp/Kconfig

+ 1 - 1
components/lwp/Kconfig

@@ -8,7 +8,7 @@ menuconfig RT_USING_LWP
 if RT_USING_LWP
 if RT_USING_LWP
     menuconfig LWP_DEBUG
     menuconfig LWP_DEBUG
         bool "Enable debugging features of LwP"
         bool "Enable debugging features of LwP"
-        default y
+        default n
 
 
     if LWP_DEBUG
     if LWP_DEBUG
         config LWP_DEBUG_INIT
         config LWP_DEBUG_INIT