mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
Fix two unterminated strings in Kconfig files
This commit is contained in:
+1
-1
Submodule configs updated: c44086d92f...7b89b3ddfa
+2
-2
@@ -607,7 +607,7 @@ config SCHED_INSTRUMENTATION
|
||||
|
||||
if SCHED_INSTRUMENTATION
|
||||
config SCHED_INSTRUMENTATION_PREEMPTION
|
||||
bool "Preemption monitor hooks
|
||||
bool "Preemption monitor hooks"
|
||||
default n
|
||||
---help---
|
||||
Enables additional hooks for changes to pre-emption state. Board-
|
||||
@@ -616,7 +616,7 @@ config SCHED_INSTRUMENTATION_PREEMPTION
|
||||
void sched_note_premption(FAR struct tcb_s *tcb, bool state);
|
||||
|
||||
config SCHED_INSTRUMENTATION_CSECTION
|
||||
bool "Critical section monitor hooks
|
||||
bool "Critical section monitor hooks"
|
||||
default n
|
||||
depends on SMP
|
||||
---help---
|
||||
|
||||
Reference in New Issue
Block a user