forked from espressif/esp-idf
FreeRTOS: Change tskNO_AFFINITY value to not match CPU 1 when UNICORE is set
This commit is contained in:
@@ -75,6 +75,8 @@
|
|||||||
#error "include FreeRTOS.h must appear in source files before include task.h"
|
#error "include FreeRTOS.h must appear in source files before include task.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "portmacro.h"
|
#include "portmacro.h"
|
||||||
|
|
||||||
@@ -91,7 +93,7 @@ extern "C" {
|
|||||||
#define tskKERNEL_VERSION_MINOR 2
|
#define tskKERNEL_VERSION_MINOR 2
|
||||||
#define tskKERNEL_VERSION_BUILD 0
|
#define tskKERNEL_VERSION_BUILD 0
|
||||||
|
|
||||||
#define tskNO_AFFINITY portNUM_PROCESSORS
|
#define tskNO_AFFINITY INT_MAX
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* task. h
|
* task. h
|
||||||
|
Reference in New Issue
Block a user