4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-07 20:54:34 +08:00

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>
This commit is contained in:
Chen Wang 2025-01-16 19:56:44 +08:00 committed by GitHub
parent 6cbb2c3ee5
commit d3841c3109
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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