WOD testing, not working yet

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

@ -1477,8 +1477,8 @@ void get_tlm_fox() {
}
if (mode == BPSK) { // WOD field experiments
encodeA(b, 63 + head_offset, 0xfff);
encodeB(b, 75 + head_offset, 0xff);
encodeA(b, 63 + head_offset, 0xff);
encodeB(b, 74 + head_offset, 0xff);
}
short int data10[headerLen + rsFrames * (rsFrameLen + parityLen)];
short int data8[headerLen + rsFrames * (rsFrameLen + parityLen)];

Loading…
Cancel
Save

Powered by TurnKey Linux.