Update cubesatsim.ino

pull/167/head
alanbjohnston 4 years ago committed by GitHub
parent 2d8202f7cb
commit 94156cfc64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -858,7 +858,7 @@ void get_tlm_fox() {
// ctr2, ctr2, data10[ctr2]);
if (firstTime) {
Serial.print(data10[ctr2], HEX);
Serial.print(" ")
Serial.print(" ");
}
rd = nrd; // ^ nrd;
ctr2++;
@ -873,7 +873,7 @@ void get_tlm_fox() {
// ctr2 - 1, j, i, data10[ctr2 - 1]);
if (firstTime) {
Serial.print(data10[ctr2], HEX);
Serial.print(" ")
Serial.print(" ");
}
rd = nrd;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.