Skip to content

Commit

Permalink
lwp: Kconfig: LWP_DEBUG default as n (#9921)
Browse files Browse the repository at this point in the history
LWP_DEBUG is debugging related, should be disabled
by default.

Signed-off-by: Chen Wang <[email protected]>
  • Loading branch information
unicornx authored Jan 16, 2025
1 parent 6cbb2c3 commit d3841c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lwp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ menuconfig RT_USING_LWP
if RT_USING_LWP
menuconfig LWP_DEBUG
bool "Enable debugging features of LwP"
default y
default n

if LWP_DEBUG
config LWP_DEBUG_INIT
Expand Down

0 comments on commit d3841c3

Please sign in to comment.