fixed AFSK looping

pull/15/head
alanbjohnston 6 years ago committed by GitHub
parent 7c21ce36dc
commit a0f6f3a8c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -424,7 +424,7 @@ int get_tlm(void) {
sleep(2);
for (int j = 0; j < 3; j++);
for (int j = 0; j < 3; j++)
{
int tlm[7][5];
memset(tlm, 0, sizeof tlm);

Loading…
Cancel
Save

Powered by TurnKey Linux.