Update cubesatsim.ino

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.