rename sem_hdl in usbh_device_info_t control_sem_hdl

This commit is contained in:
hathach
2013-03-24 16:22:58 +07:00
parent 55ce5cc4a2
commit ea04815bbc
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ void test_usbh_init_ok(void)
{
osal_semaphore_handle_t sem_hdl_dummy = 0x2233;
osal_semaphore_create_IgnoreAndReturn(sem_hdl_dummy);
device_info_zero[i].sem_hdl = sem_hdl_dummy;
device_info_zero[i].control_sem_hdl = sem_hdl_dummy;
}
osal_task_create_IgnoreAndReturn(TUSB_ERROR_NONE);