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
This commit is contained in:
hathach
2013-02-04 17:13:26 +07:00
parent d71e244dff
commit dd9da7846a
8 changed files with 45 additions and 689 deletions

View File

@@ -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"