Fix two unterminated strings in Kconfig files
This commit is contained in:
parent
6d97249348
commit
94bea6547b
2
configs
2
configs
@ -1 +1 @@
|
|||||||
Subproject commit c44086d92ff6f6cdf181be34d7f24c08438ea91b
|
Subproject commit 7b89b3ddfab4fc733a81bca8db5f0277e72535de
|
@ -607,7 +607,7 @@ config SCHED_INSTRUMENTATION
|
|||||||
|
|
||||||
if SCHED_INSTRUMENTATION
|
if SCHED_INSTRUMENTATION
|
||||||
config SCHED_INSTRUMENTATION_PREEMPTION
|
config SCHED_INSTRUMENTATION_PREEMPTION
|
||||||
bool "Preemption monitor hooks
|
bool "Preemption monitor hooks"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enables additional hooks for changes to pre-emption state. Board-
|
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);
|
void sched_note_premption(FAR struct tcb_s *tcb, bool state);
|
||||||
|
|
||||||
config SCHED_INSTRUMENTATION_CSECTION
|
config SCHED_INSTRUMENTATION_CSECTION
|
||||||
bool "Critical section monitor hooks
|
bool "Critical section monitor hooks"
|
||||||
default n
|
default n
|
||||||
depends on SMP
|
depends on SMP
|
||||||
---help---
|
---help---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user