Update main.c initialize variable

fc-4
Alan Johnston 11 months ago committed by GitHub
parent d27b2e0718
commit 52f8413f88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2328,7 +2328,7 @@ void get_tlm_fc() {
printf("Encode_PushData result: %d\n", result); printf("Encode_PushData result: %d\n", result);
fflush(stdout); fflush(stdout);
ULONG bpsk_size; ULONG bpsk_size = 1280;
unsigned char bpsk_buffer[bpsk_size]; unsigned char bpsk_buffer[bpsk_size];
ctr = 0; ctr = 0;
long int start_timer = (long int)millis(); long int start_timer = (long int)millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.