Update main.h fix buffer

beta-adc
Alan Johnston 2 years ago committed by GitHub
parent 5337f128da
commit 9e46c4b82c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -100,7 +100,7 @@ int testCount = 0;
long time_start;
char cmdbuffer[1000];
FILE * file1;
short int 2336400]; // max size for 10 frames count of BPSK
short int buffer[2336400]; // max size for 10 frames count of BPSK
FILE *sopen(const char *program);
FILE *telem_file;
int adc_file;

Loading…
Cancel
Save

Powered by TurnKey Linux.