fix task def with cmsis rtx

This commit is contained in:
hathach
2013-09-13 23:01:43 +07:00
parent ad0ef2e266
commit 67453b89f0
3 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -64,8 +64,8 @@ static inline void helper_class_close_expect(uint8_t dev_addr)
static inline void helper_usbh_init_expect(void)
{
osal_semaphore_create_IgnoreAndReturn( (osal_semaphore_handle_t) 0x1234);
osal_task_create_IgnoreAndReturn(TUSB_ERROR_NONE);
osal_queue_create_IgnoreAndReturn( (osal_queue_handle_t) 0x4566 );
osal_task_create_IgnoreAndReturn(TUSB_ERROR_NONE);
osal_mutex_create_IgnoreAndReturn((osal_mutex_handle_t) 0x789a);
}