freertos: add configTASKLIST_INCLUDE_COREID

This commit is contained in:
Ivan Grokhotkov
2018-07-09 15:25:59 +08:00
committed by bot
parent 0fb1945482
commit cffaa9f5b5
6 changed files with 22 additions and 4 deletions

View File

@@ -740,6 +740,10 @@ extern "C" {
#define configUSE_STATS_FORMATTING_FUNCTIONS 0
#endif
#ifndef configTASKLIST_INCLUDE_COREID
#define configTASKLIST_INCLUDE_COREID 0
#endif
#ifndef portASSERT_IF_INTERRUPT_PRIORITY_INVALID
#define portASSERT_IF_INTERRUPT_PRIORITY_INVALID()
#endif