Update cubesatsim.ino

pull/168/head
alanbjohnston 3 years ago committed by GitHub
parent 2db4b115e5
commit 25476dfbb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save

Powered by TurnKey Linux.