File tree 1 file changed +7
-7
lines changed
subsys/mgmt/mcumgr/grp/os_mgmt 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
70
70
Select what will serve as thread name in "taskstat" response.
71
71
By default taskstat responses use thread priority, when THREAD_NAME is disabled,
72
72
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
76
76
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"
79
79
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"
82
82
83
83
endchoice
84
84
You can’t perform that action at this time.
0 commit comments