fix mocking osal api using ifdef

start to add task_create macro API for osal_none
This commit is contained in:
hathach
2013-01-30 12:55:44 +07:00
parent 07048b943e
commit 9c9fa182d4
6 changed files with 23 additions and 17 deletions

View File

@@ -39,9 +39,8 @@
#undef TUSB_CFG_OS
#endif
#define TUSB_CFG_OS TUSB_OS_NONE
#include "unity.h"
#include "osal.h"
#include "osal_none.h"
uint32_t statements[10];
osal_semaphore_t sem;