Update cubesatsim.h

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 6bb803b689
commit 5aa88e21c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,7 +90,7 @@ int testCount = 0;
long time_start;
//char cmdbuffer[1000];
FILE * file1;
short int buffer[1024]; // was 2336400]; // max size for 10 frames count of BPSK
short int buffer[10240]; // was 2336400]; // max size for 10 frames count of BPSK
FILE *sopen(const char *program);
#define S_RATE (48000) // (44100)

Loading…
Cancel
Save

Powered by TurnKey Linux.