sched_note:Allow for external endpoints - spelling

This commit is contained in:
David Sidrane 2020-09-10 08:13:25 -07:00 committed by patacongo
parent 3316c196d4
commit 1c488eb864
2 changed files with 3 additions and 3 deletions

View File

@ -916,7 +916,7 @@ config SCHED_INSTRUMENTATION
if SCHED_INSTRUMENTATION
config SCHED_INSTRUMENTATION_EXTENAL
config SCHED_INSTRUMENTATION_EXTERNAL
bool "System performance monitor endpoints are external"
default n
---help---

View File

@ -36,7 +36,7 @@
#include "sched/sched.h"
#if !defined(CONFIG_SCHED_INSTRUMENTATION_EXTENAL)
#if !defined(CONFIG_SCHED_INSTRUMENTATION_EXTERNAL)
/****************************************************************************
* Private Types
****************************************************************************/
@ -611,4 +611,4 @@ void sched_note_irqhandler(int irq, FAR void *handler, bool enter)
note_add((FAR const uint8_t *)&note, sizeof(struct note_irqhandler_s));
}
#endif
#endif /* CONFIG_SCHED_INSTRUMENTATION_EXTENAL */
#endif /* CONFIG_SCHED_INSTRUMENTATION_EXTERNAL */