Skip to content

Commit d3841c3

Browse files
authored
lwp: Kconfig: LWP_DEBUG default as n (#9921)
LWP_DEBUG is debugging related, should be disabled by default. Signed-off-by: Chen Wang <[email protected]>
1 parent 6cbb2c3 commit d3841c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lwp/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menuconfig RT_USING_LWP
88
if RT_USING_LWP
99
menuconfig LWP_DEBUG
1010
bool "Enable debugging features of LwP"
11-
default y
11+
default n
1212

1313
if LWP_DEBUG
1414
config LWP_DEBUG_INIT

0 commit comments

Comments
 (0)