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

@@ -196,8 +196,7 @@
#endif
#ifdef GCC_ARMCM3
// #include "../../Source/portable/GCC/ARM_CM3/portmacro.h"
#include "portmacro.h"
#include "../../Source/portable/GCC/ARM_CM3/portmacro.h"
#endif
#ifdef IAR_ARM_CM3