@ -874,10 +874,11 @@ void get_tlm_fox() {
nrd = (Encode_8b10b[rd][((int) parities[j][i])] >> 10) & 1;
// printf ("data10[%d] = encoded parities[%d][%d] = %x \n",
// ctr2 - 1, j, i, data10[ctr2 - 1]);
if (firstTime) {
/* if (firstTime) {
Serial.print(data10[ctr2-1], HEX); // added -1 due to ++
Serial.print(" ");
}
*/
rd = nrd;
Powered by TurnKey Linux.