Fix two unterminated strings in Kconfig files

This commit is contained in:
Gregory Nutt
2016-02-18 17:13:03 -06:00
parent 6d97249348
commit 94bea6547b
2 changed files with 3 additions and 3 deletions
+1 -1
Submodule configs updated: c44086d92f...7b89b3ddfa
+2 -2
View File
@@ -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---