pull/76/head
alanbjohnston 5 years ago committed by GitHub
parent d0fe751d10
commit 99226a0f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1477,7 +1477,7 @@ void get_tlm_fox() {
} }
if (mode == BPSK) { // WOD fields if (mode == BPSK) { // WOD fields
encodeB(b, 70 + head_offset, 0xff); .. encodeB(b, 70 + head_offset, 0xff);
encodeB(b, 76 + head_offset, 0xff); encodeB(b, 76 + head_offset, 0xff);
} }
short int data10[headerLen + rsFrames * (rsFrameLen + parityLen)]; short int data10[headerLen + rsFrames * (rsFrameLen + parityLen)];

Loading…
Cancel
Save

Powered by TurnKey Linux.