diff options
| author | hathach <[email protected]> | 2013-04-16 16:48:19 +0800 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-04-16 16:48:19 +0800 |
| commit | a9010c17862b56fd337716253f2059fb2fcb72b7 (patch) | |
| tree | 4a5b052737d79dce324c5422724309b6e29e3962 /tests | |
| parent | cb4981dd2d0123c7442500a25e1897e537692e6b (diff) | |
getting build with freertos & host demo
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test/test_osal_freeRTOS.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test/test_osal_freeRTOS.c b/tests/test/test_osal_freeRTOS.c index aa6daa78b..fe7ad9d77 100644 --- a/tests/test/test_osal_freeRTOS.c +++ b/tests/test/test_osal_freeRTOS.c @@ -38,7 +38,7 @@ #include "unity.h" #include "errors.h" #include "freeRTOS.h" -//#include "osal_freeRTOS.h" +#include "osal_freeRTOS.h" //#include "mock_task.h" //#include "queue.h" //#include "mock_portmacro.h" |
