diff options
| author | hathach <[email protected]> | 2013-02-04 17:13:26 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-04 17:13:26 +0700 |
| commit | dd9da7846a0ef74d240af22f508fe7a32a99085c (patch) | |
| tree | 7356ef64c8edc883a0d72f3e23e9cc914d76bb38 /tests/test/support/FreeRTOS/Source/include/task.h | |
| parent | d71e244dffc15cd3fbabbe6e710a7a20ea09c413 (diff) | |
port osal_FreeRTOS, add some include to be able to mock & link
change osal_none's queue_t member from uint16_t to uint8_t
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" |
