back to just 1 sync word

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent abc0f07ccd
commit 82afa49db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -765,7 +765,7 @@ int get_tlm_fox() {
printf("\nAt start of buffer loop, syncBits %d samples %d ctr %d\n", syncBits, samples, ctr);
for (int sync_words = 0; sync_words < 2; sync_words++) {
for (int sync_words = 0; sync_words < 1; sync_words++) {
// for (i = 1; i <= SYNC_BITS * SAMPLES; i++)
for (i = 1; i <= syncBits * samples; i++)

Loading…
Cancel
Save

Powered by TurnKey Linux.