Displaying 1 result from an estimated 1 matches for "xmitr2".
Did you mean:
xmitl2
2010 Jul 25
0
notification: More than two wideband layers found. The stream is corrupted.
...E_SIZE; i_loop++)
{
if(CurrentTxR_DMAChannel == 1)
{
XmitR1[i_loop] = out_short[2*i_loop + 1];
}
else
{
XmitR2[i_loop] = out_short[2*i_loop + 1];
}
}
busyEncoding = 0;
}
else
{
//printf("encoder called when busy\n");
}
}
--------------...