Merge branch 'master' into feature/newlib_locking

This commit is contained in:
Angus Gratton
2016-08-25 12:09:21 +08:00
3 changed files with 19 additions and 5 deletions

View File

@@ -75,6 +75,8 @@
#error "include FreeRTOS.h must appear in source files before include task.h"
#endif
#include <limits.h>
#include "list.h"
#include "portmacro.h"
@@ -91,7 +93,7 @@ extern "C" {
#define tskKERNEL_VERSION_MINOR 2
#define tskKERNEL_VERSION_BUILD 0
#define tskNO_AFFINITY portNUM_PROCESSORS
#define tskNO_AFFINITY INT_MAX
/**
* task. h