Update main.c print smaller

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

@ -2323,6 +2323,7 @@ void get_tlm_fc() {
int i;
ctr = 0;
smaller = (int) (S_RATE / (2 * freq_Hz));
printf("\n\nsmaller = %d \n\n",smaller);
for (i = 1; i <= headerLen * samples; i++) {
write_wave(ctr, buffer);

Loading…
Cancel
Save

Powered by TurnKey Linux.