diff options
Diffstat (limited to 'tests/test/support/FreeRTOS/Source/include/task.h')
| -rw-r--r-- | tests/test/support/FreeRTOS/Source/include/task.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test/support/FreeRTOS/Source/include/task.h b/tests/test/support/FreeRTOS/Source/include/task.h index 637a8ca82..89cd390a4 100644 --- a/tests/test/support/FreeRTOS/Source/include/task.h +++ b/tests/test/support/FreeRTOS/Source/include/task.h @@ -69,10 +69,10 @@ #ifndef TASK_H #define TASK_H -#ifndef INC_FREERTOS_H - #error "include FreeRTOS.h must appear in source files before include task.h" -#endif - +//#ifndef INC_FREERTOS_H +// #error "include FreeRTOS.h must appear in source files before include task.h" +//#endif +#include "FreeRTOS.h" #include "portable.h" #include "list.h" |
