Update main.h larger buffer

beta-adc
Alan Johnston 2 years ago committed by GitHub
parent 6e8f237d71
commit e3f20bb075
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -106,7 +106,7 @@ short int buffer[2336400]; // max size for 10 frames count of BPSK
FILE *sopen(const char *program);
FILE *telem_file;
int adc_file;
#define BUFFER_SIZE 2^16
#define BUFFER_SIZE 2^18
uint8_t adc_buffer[BUFFER_SIZE];
unsigned long int wav_position = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.