Update main.c fix j

fc-2
Alan Johnston 11 months ago committed by GitHub
parent b6718b536f
commit c640b477a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2375,7 +2375,8 @@ void get_tlm_fc() {
if (data == 0) {
phase *= -1;
if ((ctr - smaller) > 0) {
for (int j = 1; j <= smaller; j++)
int j;
for (j = 1; j <= smaller; j++)
buffer[ctr - j] = buffer[ctr - j] * 0.4;
if (ctr < 1000) printf("# %d %d\n", ctr - j, buffer[ctr - j]);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.