Update main.h added buffer_complete

fc-5
Alan Johnston 11 months ago committed by GitHub
parent 6889dba124
commit 7bbf4a3eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -120,6 +120,7 @@ long time_start;
char cmdbuffer[1000];
FILE * file1;
short int buffer[5000000]; // 2336400]; // max size for 10 frames count of BPSK
short int buffer_complete[5000000];
FILE *telem_file;
#define S_RATE (48000) // (44100)

Loading…
Cancel
Save

Powered by TurnKey Linux.