Update cubesatsim.h

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent 3ccbe7f4c8
commit 90ed124608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -142,7 +142,8 @@ int testCount = 0;
long time_start; long time_start;
//char cmdbuffer[1000]; //char cmdbuffer[1000];
//FILE * file1;// //FILE * file1;//
short int buffer[2^15]; // ctr is an int // 100000]; // 50000]; // 25000]; // 10240]; // was 2336400]; // max size for 10 frames count of BPSK unsigned int buffer_size = 2^16;
short int buffer[buffer_size]; // ctr is an int // 100000]; // 50000]; // 25000]; // 10240]; // was 2336400]; // max size for 10 frames count of BPSK
//short int buffer[(WAV_DATA_LENGTH/8)]; //short int buffer[(WAV_DATA_LENGTH/8)];
//FILE *sopen(const char *program); //FILE *sopen(const char *program);
@ -234,7 +235,7 @@ int sensorValue;
float Temp; float Temp;
float rest; float rest;
int wav_position = 0; unsigned int wav_position = 0;
/* /*
* TelemEncoding.h * TelemEncoding.h

Loading…
Cancel
Save

Powered by TurnKey Linux.