Update main.c print smaller if < 1000

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

@ -2377,6 +2377,7 @@ void get_tlm_fc() {
if ((ctr - smaller) > 0) {
for (int 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]);
}
flip_ctr = ctr;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.