temporarily check cdc mounted by pipe_in & pipe_out

add tests for tusbh_cdc_xfer_isr
This commit is contained in:
hathach
2013-07-03 12:06:07 +07:00
parent 294ddd0acc
commit b0f45b3651
4 changed files with 147 additions and 20 deletions

View File

@@ -116,7 +116,9 @@ OSAL_TASK_FUNCTION( cdc_serial_app_task ) (void* p_task_para)
osal_queue_receive(queue_hdl, &c, OSAL_TIMEOUT_WAIT_FOREVER, &error);
if (c)
{
printf("%c", c);
}
OSAL_TASK_LOOP_END
}