From 529fbba34f4091df3af73f043a4b8240e4194621 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 19 Jan 2025 16:43:30 -0500 Subject: [PATCH] Update main.c source_bytes typo --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index ced52f31..520ab75b 100644 --- a/main.c +++ b/main.c @@ -2296,7 +2296,7 @@ void get_tlm_fc() { /* write telemetry into data buffer */ memset(source_bytes, 0x00, sizeof(source_bytes)); - source_byte[10] = (uint8_t) rnd_float(0,255); + source_bytes[10] = (uint8_t) rnd_float(0,255); /* convert data buffer into stream buffer */