Update cubesatsim.ino

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 62a0725a80
commit 7aba0c0584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -608,7 +608,8 @@ void get_tlm_fox() {
encodeA(b, 63 + head_offset, 0x00); encodeA(b, 63 + head_offset, 0x00);
encodeA(b, 62 + head_offset, 0x01); encodeA(b, 62 + head_offset, 0x01);
encodeB(b, 74 + head_offset, 0xfff); encodeB(b, 74 + head_offset, 0xfff);
} }
Serial.println("Finished encoding");
short int data10[headerLen + rsFrames * (rsFrameLen + parityLen)]; short int data10[headerLen + rsFrames * (rsFrameLen + parityLen)];
short int data8[headerLen + rsFrames * (rsFrameLen + parityLen)]; short int data8[headerLen + rsFrames * (rsFrameLen + parityLen)];
int ctr1 = 0; int ctr1 = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.