File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
subsys/mgmt/mcumgr/grp/os_mgmt Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,15 @@ choice MCUMGR_GRP_OS_TASKSTAT_THREAD_NAME_CHOICE
7070 Select what will serve as thread name in "taskstat" response.
7171 By default taskstat responses use thread priority, when THREAD_NAME is disabled,
7272
73- config MCUMGR_GRP_OS_TASKSTAT_USE_THREAD_NAME_FOR_NAME
74- bool "Thread name"
75- depends on THREAD_NAME
73+ config MCUMGR_GRP_OS_TASKSTAT_USE_THREAD_NAME_FOR_NAME
74+ bool "Thread name"
75+ depends on THREAD_NAME
7676
77- config MCUMGR_GRP_OS_TASKSTAT_USE_THREAD_IDX_FOR_NAME
78- bool "Thread index"
77+ config MCUMGR_GRP_OS_TASKSTAT_USE_THREAD_IDX_FOR_NAME
78+ bool "Thread index"
7979
80- config MCUMGR_GRP_OS_TASKSTAT_USE_THREAD_PRIO_FOR_NAME
81- bool "Thread priority"
80+ config MCUMGR_GRP_OS_TASKSTAT_USE_THREAD_PRIO_FOR_NAME
81+ bool "Thread priority"
8282
8383endchoice
8484
You can’t perform that action at this time.
0 commit comments