From 52f8413f887c0ae61f077ed5f1c93df5cfffbf1a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 27 Jan 2025 16:50:18 -0500 Subject: [PATCH] Update main.c initialize variable --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index cc32871f..c8eeb32b 100644 --- a/main.c +++ b/main.c @@ -2328,7 +2328,7 @@ void get_tlm_fc() { printf("Encode_PushData result: %d\n", result); fflush(stdout); - ULONG bpsk_size; + ULONG bpsk_size = 1280; unsigned char bpsk_buffer[bpsk_size]; ctr = 0; long int start_timer = (long int)millis();