From 724ef5e492e6be238d4b834ba2f6903ecbdf8684 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 23 Jan 2026 23:06:14 -0500 Subject: [PATCH] Update main.c fix if typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 9825362a..5a98267d 100644 --- a/main.c +++ b/main.c @@ -556,7 +556,7 @@ int main(int argc, char * argv[]) { } else if (mode == FC) // && !sim_mode) get_tlm_fc(); // fill transmit buffer with reset count 0 packets that will be ignored - else if (mode == CW)) + else if (mode == CW) get_tlm(); // generate a frame of telemetry right away if (firstTime == 0)