Update main.c change to 2*ctr+2

fc-6
Alan Johnston 11 months ago committed by GitHub
parent 6459898914
commit 057b01d8f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2360,7 +2360,7 @@ void get_tlm_fc() {
buffer_complete[ctr_complete++] = buffer[ctr - 1]; buffer_complete[ctr_complete++] = buffer[ctr - 1];
count += 4; count += 4;
} }
socket_send(bpsk_size); // should be ctr? if send in one block, comment out socket_send(2 * ctr + 2); // should be ctr? if send in one block, comment out
ctr = 0; ctr = 0;
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.