fix osal_semaphore_wait & osal_queue_receive of osal_none's bug
- not assign error to TUSB_ERROR_NON if succeed add code up to set device address for enumeration
This commit is contained in:
@@ -57,8 +57,8 @@ osal_queue_handle_t queue_hdl;
|
||||
void setUp(void)
|
||||
{
|
||||
memset(statements, 0, sizeof(statements));
|
||||
sem_hdl = osal_semaphore_create(OSAL_SEM_REF(sem));
|
||||
queue_hdl = osal_queue_create(&queue);
|
||||
// sem_hdl = osal_semaphore_create(OSAL_SEM_REF(sem));
|
||||
// queue_hdl = osal_queue_create(&queue);
|
||||
}
|
||||
|
||||
void tearDown(void)
|
||||
|
||||
Reference in New Issue
Block a user