Update main.h uint8_t

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

@ -105,7 +105,7 @@ FILE *sopen(const char *program);
FILE *telem_file;
int adc_file;
#define BUFFER_SIZE 10000
byte buffer[BUFFER_SIZE];
uint8_t buffer[BUFFER_SIZE];
unsigned long int wav_position = 0;
#define S_RATE (48000) // (44100)

Loading…
Cancel
Save

Powered by TurnKey Linux.